blob: 60aa28a5f736a5ef198ed0ff978fcb1791b97088 [file] [log] [blame]
Matteo Scandolod819c922016-12-02 14:06:14 -08001{
2 "compilerOptions": {
3 "sourceMap": true,
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "removeComments": false,
7 "noImplicitAny": false
8 },
9 "compileOnSave": false,
10 "filesGlob": [
11 "src/**/*.ts",
12 "src/**/*.tsx",
13 "!typings/**",
14 "!node_modules/**"
15 ]
16}