Commit fe0356f

Anton Golub <antongolub@antongolub.com>
2024-03-17 15:20:52
build: remove `DOM` from `compilerOptions.lib` (#735)
finalizes #619 relates #722
1 parent fa4a7b4
Changed files (1)
tsconfig.json
@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     "target": "ES2021",
-    "lib": ["ES2021", "DOM"],
+    "lib": ["ES2021"],
     "moduleResolution": "NodeNext",
     "module": "NodeNext",
     "strict": true,