antd-multi-asl-cascader-pro
Version:
A multiple cascader component for antd
33 lines (32 loc) • 841 B
JSON
{
"compilerOptions": {
"strict": false,
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"charset": "utf8",
"allowJs": false,
"pretty": true,
"declaration": true,
"declarationMap": false,
"noEmitOnError": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"strictPropertyInitialization": false,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"sourceMap": false,
"importHelpers": true,
"jsx": "react"
},
"include": ["./src/**/*"]
}