configro-form-builder
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
36 lines (35 loc) • 1.21 kB
JSON
{
"compilerOptions": {
"outDir": "build",
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"sourceMap": true,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"files": ["src/index.tsx", "src/App.tsx", "src/serviceWorker.ts", "src/types/ConfigroButton.ts", "src/types/ConfigroInput.ts", "src/App.test.tsx", "src/component/ButtonBuilder.tsx", "src/component/InputBuilder.tsx", "src/setupTests.ts", "src/container/__test__/FormBuilder.test.tsx", "src/container/FormGenerator.tsx", "src/container/FormBuilder.tsx", "src/react-app-env.d.ts"],
"include": [],
/*
Typescript ecosystem is built around .d.ts,
the so-called Type Definitions. Adding this
flag will generate the .d.ts file for you
and include all exported types and functions in it.
*/
"declaration": true
}