summaryrefslogtreecommitdiff
path: root/server/tsconfig.json
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2023-08-16 15:41:35 -0600
committerLizzy Hunt <lizzy.hunt@usu.edu>2023-08-16 15:41:35 -0600
commit1c28e10b860056d85cc07e5a834c4a54eac14563 (patch)
tree8057cbda0336474c3e27cc1de5ac35502e5daff7 /server/tsconfig.json
parent732fe6f4811cc082bf938fed2d28c1f9c8bbd1f6 (diff)
downloadjumpstorm-1c28e10b860056d85cc07e5a834c4a54eac14563.tar.gz
jumpstorm-1c28e10b860056d85cc07e5a834c4a54eac14563.zip
refactor collision methods, rescaffold server
Diffstat (limited to 'server/tsconfig.json')
-rw-r--r--server/tsconfig.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tsconfig.json b/server/tsconfig.json
index 2567512..e39b364 100644
--- a/server/tsconfig.json
+++ b/server/tsconfig.json
@@ -13,8 +13,6 @@
"noEmit": true,
"allowImportingTsExtensions": true,
"moduleDetection": "force",
- // if TS 4.x or earlier
- "moduleResolution": "nodenext",
"jsx": "react-jsx", // support JSX
"allowJs": true, // allow importing `.js` from `.ts`