20 lines
No EOL
440 B
JSON
20 lines
No EOL
440 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"module": "ESNext"
|
|
}
|
|
},
|
|
"include": ["src/*"]
|
|
}
|
|
|