⬆️ Upgrading Project

Switching from Webpack to vite, upgrading the version of the logo file and updating dependencies
This commit is contained in:
Jonas Pfalzgraf 2024-06-02 20:50:22 +02:00
parent d63a0cf44b
commit 8089771d41
10 changed files with 1189 additions and 312 deletions

View file

@ -1,6 +1,5 @@
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "ESNext",
"target": "ES6",
@ -9,5 +8,9 @@
"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"paths": {
"undici-types": ["./node_modules/undici/types/index.d.ts"]
}
}
}