update tsconfig.build.json

This commit is contained in:
2026-05-01 07:11:10 +03:00
parent ca7caf7a51
commit 86b26813e2
+2 -1
View File
@@ -4,7 +4,8 @@
"rootDir": "src",
"outDir": "dist",
"types": ["node"],
"skipLibCheck": true
"skipLibCheck": true,
"ignoreDeprecations": "6.0"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]