You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
589 B
JSON
26 lines
589 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"preserveConstEnums": true,
|
|
"importHelpers": false,
|
|
"lib": ["esnext", "dom"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"paths": {
|
|
"*": ["typings/*", "includes/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"noUnusedLocals": true,
|
|
"strict": true,
|
|
"target": "es5"
|
|
}
|
|
}
|