fix: add includes in mock tsconfig (#8085)

This commit is contained in:
gotounix
2026-06-23 21:47:08 +08:00
committed by GitHub
parent 9a284ee385
commit 794edd419e

View File

@@ -6,5 +6,6 @@
"~/*": ["./*"]
}
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules", "dist", ".nitro"]
}