mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 10:17:45 +08:00
20 lines
488 B
JSON
20 lines
488 B
JSON
{
|
|
"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
|
|
}
|
|
}
|