UNPKG

react-mui-form-validator

Version:

Validator for forms designed with material-ui components.

27 lines (22 loc) 557 B
{ "compilerOptions": { "module": "ESNext", "target": "ESNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "allowSyntheticDefaultImports": true, "noFallthroughCasesInSwitch": true, "outDir": "lib", "declaration": true, "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react" }, "include": ["src/**/*"] }