Allow changing the code at build time

This commit is contained in:
2023-10-31 20:09:19 +01:00
parent fc4e57cb0b
commit b083271b92
3 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"skipLibCheck": true,
/* Bundler mode */