diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 17:36:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 10:58:16 +0100 |
commit | 63c4db6d71b98523753c51747e308682d9a2e8a0 (patch) | |
tree | d26c0d092ce016f2afe56bf71b08ca4698fe673f /client/tsconfig.webpack.json | |
parent | 908f6e5e38e85cc0debab0051b7fa34b13025f96 (diff) | |
download | PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.tar.gz PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.tar.zst PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.zip |
Move to angular cli
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 | } | ||