19 lines
328 B
JSON
19 lines
328 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"target": "esnext",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"esModuleInterop": true,
|
||
|
"declaration": true,
|
||
|
"rootDir": "./build",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true,
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|