diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
commit | 6f4e252246c715a1dafc1e236c8074b08cdd12a3 (patch) | |
tree | afa187e6b1c192e315156499f01f1d7e040977e0 /client/tsconfig.json | |
parent | b9a3e09ad5a7673f64556d1dba122ed4c4fac980 (diff) | |
download | PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.gz PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.zst PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.zip |
Prepare Angular routes
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json new file mode 100644 index 000000000..ca58ddb89 --- /dev/null +++ b/client/tsconfig.json | |||
@@ -0,0 +1,18 @@ | |||
1 | { | ||
2 | "compilerOptions": { | ||
3 | "target": "es5", | ||
4 | "module": "system", | ||
5 | "moduleResolution": "node", | ||
6 | "sourceMap": true, | ||
7 | "emitDecoratorMetadata": true, | ||
8 | "experimentalDecorators": true, | ||
9 | "removeComments": false, | ||
10 | "noImplicitAny": false | ||
11 | }, | ||
12 | "exclude": [ | ||
13 | "node_modules", | ||
14 | "typings/main", | ||
15 | "typings/main.d.ts" | ||
16 | ], | ||
17 | "compileOnSave": false | ||
18 | } | ||