diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/index.ts | 1 | ||||
-rw-r--r-- | client/tsconfig.types.json | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/client/src/index.ts b/client/src/index.ts deleted file mode 100644 index c9f6f047d..000000000 --- a/client/src/index.ts +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | export * from './types' | ||
diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json index 35a5e92cc..1f5c86161 100644 --- a/client/tsconfig.types.json +++ b/client/tsconfig.types.json | |||
@@ -4,15 +4,15 @@ | |||
4 | "stripInternal": true, | 4 | "stripInternal": true, |
5 | "removeComments": false, | 5 | "removeComments": false, |
6 | "declaration": true, | 6 | "declaration": true, |
7 | "outDir": "../types/client/", | 7 | "outDir": "../types/dist/client/", |
8 | "emitDeclarationOnly": true, | 8 | "emitDeclarationOnly": true, |
9 | "composite": true, | 9 | "composite": true, |
10 | "rootDir": "src/", | 10 | "rootDir": "src/", |
11 | "tsBuildInfoFile": "../types/client.tsbuildinfo" | 11 | "tsBuildInfoFile": "../types/dist/tsconfig.client.tsbuildinfo" |
12 | }, | 12 | }, |
13 | "references": [ | 13 | "references": [ |
14 | { "path": "../shared/tsconfig.types.json" } | 14 | { "path": "../shared/tsconfig.types.json" } |
15 | ], | 15 | ], |
16 | "files": ["src/index.ts"], | 16 | "files": ["src/types/index.ts"], |
17 | "include": ["src/index.ts", "src/types/**/*"] | 17 | "include": ["src/**/*", "src/types/**/*"] |
18 | } | 18 | } |