1 | {
|
2 | "compilerOptions": {
|
3 | "target": "es5",
|
4 | "module": "commonjs",
|
5 | "declaration": false,
|
6 | "noImplicitAny": false,
|
7 | "removeComments": true,
|
8 | "noLib": false,
|
9 | "emitDecoratorMetadata": true,
|
10 | "experimentalDecorators": true
|
11 | },
|
12 | "exclude": [
|
13 | "node_modules"
|
14 | ]
|
15 | } |
\ | No newline at end of file |