UNPKG

793 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "removeComments": false,
10 "noImplicitAny": true,
11 "lib": [
12 "es2015",
13 "dom"
14 ],
15 "declaration": true,
16 "outDir": "./src",
17 "stripInternal": true,
18 "typeRoots": [
19 "node_modules/@types/"
20 ],
21 "types": [
22 "jquery",
23 "ej.web.all",
24 "node"
25 ]
26 },
27 "exclude": [
28 "node_modules",
29 "src"
30 ],
31 "files": [
32 "index.ts"
33 ],
34 "angularCompilerOptions": {
35 "skipTemplateCodegen": true
36 }
37}
\No newline at end of file