aboutsummaryrefslogtreecommitdiff
path: root/server/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-23 19:44:59 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-23 19:44:59 -0600
commitdec7b614d895a1b507137e4a96a8999ff63aa179 (patch)
tree827437755bf9674db51818ee59d919c74a4ea2fc /server/tsconfig.json
parentd64ffb5016119e54f0e20d05ae8ac9c96955d9d5 (diff)
downloadjumpstorm-dec7b614d895a1b507137e4a96a8999ff63aa179.tar.gz
jumpstorm-dec7b614d895a1b507137e4a96a8999ff63aa179.zip
holy fuck we actually got somewhere
Diffstat (limited to 'server/tsconfig.json')
-rw-r--r--server/tsconfig.json15
1 files changed, 2 insertions, 13 deletions
diff --git a/server/tsconfig.json b/server/tsconfig.json
index 8cc9ad3..52f0ddc 100644
--- a/server/tsconfig.json
+++ b/server/tsconfig.json
@@ -1,4 +1,5 @@
{
+ "extends": "../tsconfig.engine.json",
"compilerOptions": {
// add Bun type definitions
"types": ["bun-types"],
@@ -21,18 +22,6 @@
// best practices
"strict": true,
"forceConsistentCasingInFileNames": true,
- "skipLibCheck": true,
-
- // engine path
- "paths": {
- "@engine/*": ["../engine/*"],
- "@engine/components": ["../engine/components"],
- "@engine/config": ["../engine/config"],
- "@engine/entities": ["../engine/entities"],
- "@engine/interfaces": ["../engine/interfaces"],
- "@engine/structures": ["../engine/structures"],
- "@engine/systems": ["../engine/systems"],
- "@engine/utils": ["../engine/utils"],
- }
+ "skipLibCheck": true
}
}