chore: added raw tsc builds too

This commit is contained in:
2026-04-27 00:09:57 +03:30
parent e131f524b7
commit 39d3fc4748
2 changed files with 3 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,