mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
12 lines
232 B
JSON
12 lines
232 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|