Cache fix

This commit is contained in:
2026-05-18 22:47:41 +03:00
parent b9e7072e37
commit e6b9ce1585
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
],
"compilerOptions": {
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"tsBuildInfoFile": "./.cache/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",