blob: c516fb7a9a9d1069b418f557b95b4b8f44f6c4b0 [file] [log] [blame]
Matteo Scandolofc4b37b2017-02-02 12:18:47 -08001{
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}