UNPKG

408 BJSONView Raw
1{
2 "files": [
3 "countUp.module.ts"
4 ],
5 "compilerOptions": {
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true,
8 "target": "es5",
9 "module": "umd",
10 "moduleResolution": "node",
11 "removeComments": true,
12 "sourceMap": true,
13 "outDir": "dist",
14 "declaration": true,
15 "typeRoots": [
16 "node_modules/@types"
17 ],
18 "types" : [
19 "core-js"
20 ]
21 }
22}