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


                                    

                            

                                



                                               
                                              
    
                          

 
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true,
    "outDir": "./types/"
  },
  "references": [
    { "path": "./shared/tsconfig.types.json" },
    { "path": "./server/tsconfig.types.json" },
    { "path": "./client/tsconfig.types.json" }
  ],
  "files": ["./index.ts"],
}