]>
Commit | Line | Data |
---|---|---|
b8fa3e8c | 1 | { |
6627dbc9 | 2 | "extends": "../../../../tsconfig.base.json", |
b8fa3e8c | 3 | "compilerOptions": { |
b969539c C |
4 | "stripInternal": true, |
5 | "removeComments": false, | |
6 | "emitDeclarationOnly": true, | |
b8fa3e8c | 7 | "outDir": "../../dist/client/", |
8 | "rootDir": "./", | |
9 | "tsBuildInfoFile": "../../dist/tsconfig.client.types.tsbuildinfo" | |
10 | }, | |
11 | "references": [ | |
6627dbc9 | 12 | { "path": "../../../../client/tsconfig.types.json" } |
b8fa3e8c | 13 | ], |
14 | "files": ["index.ts"] | |
15 | } |