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