aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-02-07 13:12:12 +0100
committerGitHub <[email protected]>2024-02-07 13:12:12 +0100
commit97e2baa915da23297e5063a811fd0e52d4c42314 (patch)
treec2bed3f125e9ab82a6f3a1fa0cbfdba4673a7cd7 /frontend/tsconfig.json
parent0309fc32681abf9f259cdbd9918508c748aea408 (diff)
downloadmonkeytype-97e2baa915da23297e5063a811fd0e52d4c42314.tar.gz
monkeytype-97e2baa915da23297e5063a811fd0e52d4c42314.zip
refactor: import jquery and jquery plugins using webpack (fehmer) (#4880)
* refactor: import jquery and jquery plugins using webpack * move select import to index * moved imports to the top * unnecessary types * ignoring requires in this file * importing html2cavnas as needed instead of globally --------- Co-authored-by: Jack <[email protected]>
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index b019f09fb..eedf40672 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -4,7 +4,7 @@
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "CommonJS",
"moduleResolution": "node",
- "types": ["jquery", "select2", "node", "jest"],
+ "types": ["node", "jest"],
"allowUmdGlobalAccess": true,
"resolveJsonModule": true,
"outDir": "./build",