mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
33 lines
768 B
JSON
33 lines
768 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2022",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"noImplicitOverride": true,
|
|
"baseUrl": ".",
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": true,
|
|
"importHelpers": true,
|
|
"useDefineForClassFields": false,
|
|
"noImplicitAny": true,
|
|
"strictBindCallApply": true,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"noErrorTruncation": true,
|
|
},
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
}
|
|
}
|