Type webtorrent
[oweals/peertube.git] / client / tsconfig.webpack.json
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 }