mirror of
https://github.com/NetEase/tango.git
synced 2026-07-01 05:44:24 +08:00
22 lines
540 B
JSON
22 lines
540 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "ES2015",
|
|
"lib": ["dom", "esnext"],
|
|
"importHelpers": true,
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"ignoreDeprecations": "5.0",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictNullChecks": false,
|
|
"jsx": "react",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|