X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=64266d49db000733104030b2f1a4904b8b023638;hb=2b6ea97f1c5f14608019b661ca4c4c8d86f46578;hp=115af1f83d21056a51d672bab3e7cf7d81af4b48;hpb=a17bc2c34e79c144b7e71ff903c16c2e68371b48;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 115af1f83..64266d49d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,39 +1,14 @@ +/* + This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. + It is not intended to be used to perform a compilation. + + To learn more about this file see: https://angular.io/config/solution-tsconfig. +*/ { - "compilerOptions": { - "target": "es5", - "module": "commonjs", - "moduleResolution": "node", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "allowSyntheticDefaultImports": true, - "sourceMap": true, - "noEmitHelpers": true, - "importHelpers": true, - "strictNullChecks": false, - "baseUrl": "./src", - "paths": [ - ], - "lib": [ - "dom", - "es6" - ], - "types": [ - "node", - "source-map", - "uglify-js", - "videojs", - "webpack" - ] - }, - "exclude": [ - "node_modules", - "dist" - ], - "awesomeTypescriptLoaderOptions": { - "forkChecker": true, - "useWebpackText": true - }, - "compileOnSave": false, - "buildOnSave": false, - "atom": { "rewriteTsconfig": false } + "files": [], + "references": [ + { + "path": "./tsconfig.app.json" + } + ] }