aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/server/tsconfig.json')
-rw-r--r--pkgs/server/tsconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/server/tsconfig.json b/pkgs/server/tsconfig.json
deleted file mode 100644
index 038af8a..0000000
--- a/pkgs/server/tsconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
-}