23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES2020"
|
|
],
|
|
"moduleResolution": "node",
|
|
"newLine": "lf",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "ES2018",
|
|
}
|
|
}
|