UNPKG

425 BJSONView Raw
1{
2 "compilerOptions": {
3 "noImplicitAny": false,
4 "module": "commonjs",
5 "target": "ES5",
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true,
8 "sourceMap": true,
9 "declaration": true,
10 "outDir": "./src",
11 "typeRoots": [
12 "node_modules/@types/"
13 ],
14 "types": [
15 "jquery",
16 "ej.web.all",
17 "node"
18 ]
19 },
20 "exclude": [
21 "node_modules",
22 "src"
23 ]
24}
\No newline at end of file