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


                               
                               

                                   


                           

            
               

               
           




                           
   
 
{
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2017",
      "es2016",
      "es2015",
      "dom"
    ],
    "baseUrl": "src",
    "paths": {
      "@app/*": [ "app/*" ]
    }
  }
}