diff options
Diffstat (limited to 'client/tsconfig.webpack.json')
-rw-r--r-- | client/tsconfig.webpack.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json deleted file mode 100644 index 63532c323..000000000 --- a/client/tsconfig.webpack.json +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | { | ||
2 | "compilerOptions": { | ||
3 | "target": "es5", | ||
4 | "module": "es2015", | ||
5 | "moduleResolution": "node", | ||
6 | "emitDecoratorMetadata": true, | ||
7 | "experimentalDecorators": true, | ||
8 | "allowSyntheticDefaultImports": true, | ||
9 | "sourceMap": true, | ||
10 | "noEmitHelpers": true, | ||
11 | "importHelpers": true, | ||
12 | "strictNullChecks": false, | ||
13 | "baseUrl": "./src", | ||
14 | "outDir": "./dist", | ||
15 | "paths": [ | ||
16 | ], | ||
17 | "lib": [ | ||
18 | "dom", | ||
19 | "es6" | ||
20 | ] | ||
21 | }, | ||
22 | "exclude": [ | ||
23 | "node_modules", | ||
24 | "dist" | ||
25 | ], | ||
26 | "awesomeTypescriptLoaderOptions": { | ||
27 | "forkChecker": true, | ||
28 | "useWebpackText": true | ||
29 | }, | ||
30 | "angularCompilerOptions": { | ||
31 | "genDir": "./compiled", | ||
32 | "skipMetadataEmit": true | ||
33 | }, | ||
34 | "compileOnSave": false, | ||
35 | "buildOnSave": false, | ||
36 | "atom": { "rewriteTsconfig": false } | ||
37 | } | ||