mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 18:28:09 +08:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"lib": ["DOM", "ES2020"],
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"newLine": "lf",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "ES2018"
|
|
}
|
|
}
|