clonegur/tsconfig.json

12 lines
265 B
JSON
Raw Normal View History

2023-06-26 13:46:12 +00:00
{
"compilerOptions": {
"moduleResolution": "node",
"outDir": "./dst",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false
// "module": "ESNext"
}
}