Skip to content

Commit

Permalink
tsconfig cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Oct 30, 2023
1 parent ee52eed commit 12d2dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"useDefineForClassFields": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "ESNext",
// "skipLibCheck": true,

"allowJs": false,
"skipLibCheck": false,
Expand All @@ -14,7 +13,6 @@

/* Bundler mode */
"moduleResolution": "bundler",
// "moduleResolution": "Node",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 12d2dad

Please sign in to comment.