Andrea Campanella | 420e4b4 | 2017-09-01 16:51:03 +0200 | [diff] [blame] | 1 | { |
2 | "compilerOptions": { | ||||
3 | "sourceMap": true, | ||||
4 | "emitDecoratorMetadata": true, | ||||
5 | "experimentalDecorators": true, | ||||
6 | "removeComments": false, | ||||
7 | "noImplicitAny": false | ||||
8 | }, | ||||
9 | "compileOnSave": false, | ||||
10 | "include": [ | ||||
11 | "src/**/*.ts", | ||||
12 | "src/**/*.tsx" | ||||
13 | ], | ||||
14 | "exclude": [ | ||||
15 | "typings/**", | ||||
16 | "conf/app/**", | ||||
17 | "node_modules" | ||||
18 | ] | ||||
19 | } |