12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"outDir": "./dst",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": false
|
|
// "module": "ESNext"
|
|
}
|
|
}
|