summaryrefslogtreecommitdiff
path: root/packages/server/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r--packages/server/tsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json
deleted file mode 100644
index b788af47..00000000
--- a/packages/server/tsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "outDir": "dist",
- "lib": ["DOM", "DOM.Iterable", "ES2021"],
- "composite": true,
- "types": ["node", "vitest/globals"]
- },
- "include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
- "exclude": ["node_modules", "dist"]
-}