17 lines
284 B
JSON
17 lines
284 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"lib": ["esnext"],
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true,
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|