react-mui-formutil
Version:
Happy to use react-formutil in the project based on @mui/material ^_^
28 lines (27 loc) • 730 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,
"declaration": true,
"outDir": "dist"
},
"include": ["src"],
"exclude": ["dist", "build"]
}