]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Dirty update to Angular RC6
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
CommitLineData
6f4e2522
C
1{
2 "compilerOptions": {
3 "target": "es5",
230809ef 4 "module": "commonjs",
6f4e2522 5 "moduleResolution": "node",
6f4e2522
C
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true,
ab32b0fc
C
8 "allowSyntheticDefaultImports": true,
9 "sourceMap": true,
10 "noEmitHelpers": true,
11 "strictNullChecks": false,
12 "baseUrl": "./src",
13 "paths": [
14 ],
15 "lib": [
16 "dom",
17 "es6"
18 ],
19 "types": [
20 "hammerjs",
21 "jasmine",
22 "node",
23 "protractor",
24 "selenium-webdriver",
25 "source-map",
26 "uglify-js",
27 "webpack"
28 ]
ce98c80c 29 },
ab32b0fc
C
30 "exclude": [
31 "node_modules",
32 "dist"
33 ],
ce98c80c 34 "awesomeTypescriptLoaderOptions": {
ab32b0fc
C
35 "forkChecker": true,
36 "useWebpackText": true
ce98c80c
C
37 },
38 "compileOnSave": false,
39 "buildOnSave": false,
ab32b0fc 40 "atom": { "rewriteTsconfig": false }
6f4e2522 41}