We're not testing types yet so I'm leaving this disabled.

This commit is contained in:
Refringe 2023-11-06 15:23:59 -05:00
parent 143eda42d1
commit 07930a396b
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -21,9 +21,6 @@ export default defineConfig({
include: ["src"],
exclude: ["src/models/**", "tests/**"]
},
typecheck: {
enabled: true
},
alias: {
"@spt-aki": path.resolve(__dirname, "src"),
"@tests": path.resolve(__dirname, "tests")