| { | |
| "compilerOptions": { | |
| "sourceMap": true, | |
| "emitDecoratorMetadata": true, | |
| "experimentalDecorators": true, | |
| "removeComments": false, | |
| "noImplicitAny": false | |
| }, | |
| "compileOnSave": false, | |
| "include": [ | |
| "src/**/*.ts", | |
| "src/**/*.tsx" | |
| ], | |
| "exclude": [ | |
| "typings/**", | |
| "conf/app/**", | |
| "node_modules" | |
| ] | |
| } |