fes.js/tsconfig.base.json

20 lines
424 B
JSON
Raw Normal View History

2021-01-19 21:13:13 +08:00
{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"lib": ["DOM", "ESNext"],
2021-01-19 21:13:13 +08:00
"module": "CommonJS",
"moduleResolution": "node",
"newLine": "lf",
"noEmitOnError": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "ESNext"
2021-01-19 21:13:13 +08:00
}
}