]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/tsconfig.json
Client: ID column smaller
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
... / ...
CommitLineData
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "noImplicitAny": false,
10 "noEmitHelpers": true
11 },
12 "awesomeTypescriptLoaderOptions": {
13 "forkChecker": true
14 },
15 "compileOnSave": false,
16 "buildOnSave": false,
17 "filesGlob": [
18 "**/*.ts",
19 "!node_modules/**"
20 ],
21 "exclude": [
22 "node_modules",
23 "typings/main",
24 "typings/main.d.ts"
25 ]
26}