Remove build step

This commit is contained in:
2023-11-19 12:27:35 +01:00
parent dc1a1c8633
commit b5ec58b936
5 changed files with 33 additions and 23 deletions

View File

@@ -6,6 +6,8 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"skipLibCheck": true,
"allowJs": true,
"checkJs": true,
/* Bundler mode */
"moduleResolution": "bundler",