fix: build shared package for runtime

This commit is contained in:
Vaka.pro
2026-04-26 21:42:08 +03:00
parent 1c9c21d5a7
commit 7c658706ea
4 changed files with 11 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"noEmit": true
"noEmit": false
},
"include": ["src/**/*"]
}