aboutsummaryrefslogtreecommitdiff
path: root/packages/server/tsconfig.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-29 17:10:54 +0200
committerHampusM <hampus@hampusmat.com>2021-07-29 17:10:54 +0200
commit93a4a8bf924588cd866714b86ec8f16f8d51dec0 (patch)
treea86d3ecba5838fac11042e8ae257dfe1bd3840cb /packages/server/tsconfig.json
parent9d6d2ce8cf34af6e787dae901ee3e5914c4c0fa4 (diff)
Organized tsconfigs, fixed tests and improved some backend functions
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r--packages/server/tsconfig.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json
index 272318b..a98cc40 100644
--- a/packages/server/tsconfig.json
+++ b/packages/server/tsconfig.json
@@ -1,12 +1,6 @@
{
+ "extends": "../../tsconfig.json",
"compilerOptions": {
- "target": "ES2020",
"module": "CommonJS",
- "outDir": "dist",
- "strict": true,
- "esModuleInterop": true,
- "moduleResolution": "node",
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true
}
}