easy-form-handler
Version:
A powerful, lightweight React form handling library with built-in validation, customizable styling, and intuitive components.
26 lines (22 loc) • 546 B
JSON
{
"compilerOptions": {
// "jsx": "react",
// "target": "ES2020",
"module": "ESNext",
// "declaration": true,
// "declarationDir": "dist",
// "outDir": "./dist",
// "strict": true,
"outDir": "./dist",
// "module": "commonjs",
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"jsx": "react",
"allowJs": true,
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}