react-antd-formutil
Version:
Happy to use react-formutil in the project based on ant-design ^_^
29 lines (28 loc) • 783 B
JSON
{
"compilerOptions": {
"target": "ES5",
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"jsx": "react",
"resolveJsonModule": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
"importHelpers": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"importHelpers": true,
"declaration": true,
"outDir": "dist"
},
"include": ["*.d.ts", "src"],
"exclude": ["node_modules", "dist", "build"]
}