13 lines
237 B
JSON
13 lines
237 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|