2024-10-26 14:53:26 +00:00
|
|
|
{
|
|
|
|
"ts-node": {
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "es2015"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"noImplicitAny": true,
|
2024-10-26 20:48:09 +00:00
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
2024-10-26 14:53:26 +00:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
}
|