Removed vite, we dont need it
Some checks failed
Publish Library / Build NPM Project (push) Successful in 11s
Publish Library / Publish CDN & Docs (push) Failing after 5s
Publish Library / Tag Version (push) Successful in 7s

This commit is contained in:
2025-12-27 14:45:58 -05:00
parent 60aef4cc01
commit 8ea2b560a5
4 changed files with 72 additions and 2341 deletions

View File

@@ -3,18 +3,15 @@
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "NodeNext",
"module": "ESNext",
"lib": ["ESNext"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "NodeNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"noEmit": true,
/* Linting */
"outDir": "./dist",
"rootDir": "./src",
"strict": true
}
}