UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

21 lines 520 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "noEmitOnError": true, "lib": ["ESNext","es2017", "dom"], "strict": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "importHelpers": true, "outDir": "dist", "sourceMap": true, "inlineSources": true, "rootDir": "./", "declaration": true, "allowJs": true }, "include": ["**/*.ts", "src/validator/**/*.js"] }