UNPKG

733 BJSONView Raw
1{
2 "compilerOptions": {
3 "noImplicitAny": true,
4 "module": "es2015",
5 "target": "es5",
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true,
8 "declaration": true,
9 "moduleResolution": "node",
10 "types": [
11 "hammerjs",
12 "jasmine",
13 "node"
14 ],
15 "lib": ["es2015", "dom"]
16 },
17 "files": [
18 "index.ts",
19 "./src/slim-loading-bar.component.ts",
20 "./src/slim-loading-bar.service.ts",
21 "./src/slim-loading-bar.utils.ts",
22 "tests/slim-loading-bar.component.spec.ts",
23 "tests/slim-loading-bar.service.spec.ts"
24 ],
25 "exclude": [
26 "node_modules",
27 "bundles"
28 ],
29 "angularCompilerOptions": {
30 "strictMetadataEmit": true,
31 "skipTemplateCodegen": true
32 }
33}