Migrate to webpack

This commit is contained in:
Andras Schmelczer 2025-01-05 15:30:38 +00:00
parent 4d59ec927c
commit 02486d671e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 1773 additions and 370 deletions

View file

@ -7,7 +7,7 @@
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,