diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 040ef40..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "module": "commonjs", - "outDir": "dist", - "rootDir": ".", - "sourceMap": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "moduleResolution": "node", - "typeRoots": [ - "node_modules/@types" - ], - "lib": ["es6", "dom"] - }, - "exclude": [ - "node_modules" - ], - "types":[ - "jasmine" - ], - "awesomeTypescriptLoaderOptions": { - "useWebpackText": true - }, - "angularCompilerOptions": { - "debug": true - }, - "compileOnSave": false, - "buildOnSave": false, - "atom": { "rewriteTsconfig": false } -} |