15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true
|
|
},
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|