fes.js/tsconfig.base.json

20 lines
488 B
JSON
Raw Normal View History

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