Add tsconfig to the package.json files

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-04-27 08:48:51 +02:00
parent 29e95feca9
commit 96c1ea17f8

View File

@@ -4,7 +4,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"src"
"src",
"tsconfig.json"
],
"scripts": {
"prepare": "tsc"