1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-03-13 18:05:16 +00:00
_/frourio/server/tsconfig.json

19 lines
405 B
JSON

{
"compilerOptions": {
"downlevelIteration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"$/*": ["./*"]
},
"rootDir": ".",
"strict": true,
"strictPropertyInitialization": false,
"target": "es6"
}
}