ci: corrected building and bundeling with tsc vite

This commit is contained in:
2026-04-23 02:01:53 +03:30
parent 8278e313e5
commit 1a3ed6816c
4 changed files with 26 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
"target": "ES2020",
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"moduleResolution": "node",
"strict": true,
"declaration": true,
"outDir": "./dist",