aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/tsconfig.dist.json
diff options
context:
space:
mode:
Diffstat (limited to 'types/tsconfig.dist.json')
-rw-r--r--types/tsconfig.dist.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/types/tsconfig.dist.json b/types/tsconfig.dist.json
new file mode 100644
index 000000000..d9c3fdfc3
--- /dev/null
+++ b/types/tsconfig.dist.json
@@ -0,0 +1,16 @@
1{
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "typeRoots": [
5 "node_modules/@types",
6 "client/node_modules/@types"
7 ],
8 "baseUrl": "./",
9 "paths": {
10 "@server/*": [ "server/*" ],
11 "@shared/*": [ "shared/*" ],
12 "@client/*": [ "client/*" ]
13 }
14 }
15}
16