UNPKG

jb-form

Version:

form web component with extended feature like validation and dirty check

17 lines 349 B
{ "compilerOptions": { "baseUrl": ".", "rootDir": "./lib", "declarationDir": "./dist" }, "include": [ "lib/**/*.ts", "lib/**/*.tsx", ], "exclude": [ "node_modules", "**/*.spec.ts", "dist", ], "extends":"jb-core/configs/tsconfig-react.json" }