diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-08-16 15:41:35 -0600 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-08-16 15:41:35 -0600 |
commit | 1c28e10b860056d85cc07e5a834c4a54eac14563 (patch) | |
tree | 8057cbda0336474c3e27cc1de5ac35502e5daff7 /server/tsconfig.json | |
parent | 732fe6f4811cc082bf938fed2d28c1f9c8bbd1f6 (diff) | |
download | jumpstorm-1c28e10b860056d85cc07e5a834c4a54eac14563.tar.gz jumpstorm-1c28e10b860056d85cc07e5a834c4a54eac14563.zip |
refactor collision methods, rescaffold server
Diffstat (limited to 'server/tsconfig.json')
-rw-r--r-- | server/tsconfig.json | 2 |
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` |