Skip to content

Commit

Permalink
fixup! perf: Switch to vite for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Mar 12, 2024
1 parent 85eb895 commit 7b1d7a8
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 @@ -7,13 +7,11 @@
"allowJs": true,
"checkJs": true,
"allowImportingTsExtensions": true,
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true,
"declaration": true,
"esModuleInterop": true,
"lib": ["DOM", "ESNext"],
"noEmit": true,
"outDir": "./js",
"plugins": [
{ "name": "typescript-plugin-css-modules" }
],
Expand Down

0 comments on commit 7b1d7a8

Please sign in to comment.