aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/tsconfig.json
blob: 115af1f83d21056a51d672bab3e7cf7d81af4b48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                      
                         
                               

                                   


                                         
                          








                              
             

                   
                

               
    



                   
                                     

                          


                         
                                      
 
{
  "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 }
}