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


                         
                       

                           

                                   
                           

                       
            


               
      
                                                            

              
                          
                   

              
             





            

   
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2015",
    "noImplicitAny": false,
    "sourceMap": false,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "removeComments": true,
    "outDir": "./dist",
    "lib": [
      "dom",
      "es2015",
      "es2016",
      "es2017"
    ],
    "typeRoots": [ "node_modules/@types", "server/typings" ]
  },
  "exclude": [
    "client/node_modules",
    "node_modules",
    "dist",
    "storage",
    "client",
    "test1",
    "test2",
    "test3",
    "test4",
    "test5",
    "test6"
  ]
}