UNPKG

jb-notification

Version:
17 lines 362 B
{ "compilerOptions": { "baseUrl": ".", "rootDir": "./lib", "declarationDir": "./dist" }, "include": [ "../../global.d.ts", "lib/**/*.ts", ], "exclude": [ "node_modules", "**/*.spec.ts", "dist", ], "extends":"jb-core/configs/tsconfig-web-component.json" }