UNPKG

@api-components/api-property-form-item

Version:

An input to use with forms to render inputs based in ARC view-model

26 lines (25 loc) 537 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "lib": ["es2017", "dom"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": false, "noImplicitThis": true, "alwaysStrict": true, "esModuleInterop": true, "plugins": [ { "name": "typescript-lit-html-plugin" } ] }, "include": [ "**/*.js", "node_modules/@open-wc/**/*.js", "src/ApiPropertyFormItem.d.ts" ], "exclude": ["node_modules/!(@open-wc)"] }