@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
39 lines (38 loc) • 1.06 kB
JSON
{
"compileOnSave": false,
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"jsx": "react",
"lib": ["dom", "es2015", "es2016"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitHelpers": false,
"outDir": "./dist/cjs",
"declaration": true,
"preserveConstEnums": true,
"pretty": true,
"removeComments": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strictNullChecks": false,
"sourceMap": true,
"target": "esnext",
"noUnusedLocals": true,
"noUnusedParameters": true
// "sourceRoot": "/Users/tomi/Github/apps/interfaces/dynamic-form-semantic-ui/src/"
// "plugins": [
// {
// "name": "typescript-styled-plugin",
// "lint": {
// "validProperties": "label"
// }
// }
// ]
},
"exclude": ["node_modules", "node_modules_yarn", "node_modules_pnpm", "dist"]
}