rage-framework/tsconfig.json
Oleksandr Honcharov 5064fb6347 refactor
2024-06-10 17:28:22 +03:00

19 lines
427 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext","ES2019"],
"moduleResolution": "node",
"module": "ESNext",
"esModuleInterop": true,
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"isolatedModules": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": true,
"typeRoots": [
"./shared-types/types"
]
}
}