We're not testing types yet so I'm leaving this disabled.
This commit is contained in:
parent
143eda42d1
commit
07930a396b
@ -21,9 +21,6 @@ export default defineConfig({
|
|||||||
include: ["src"],
|
include: ["src"],
|
||||||
exclude: ["src/models/**", "tests/**"]
|
exclude: ["src/models/**", "tests/**"]
|
||||||
},
|
},
|
||||||
typecheck: {
|
|
||||||
enabled: true
|
|
||||||
},
|
|
||||||
alias: {
|
alias: {
|
||||||
"@spt-aki": path.resolve(__dirname, "src"),
|
"@spt-aki": path.resolve(__dirname, "src"),
|
||||||
"@tests": path.resolve(__dirname, "tests")
|
"@tests": path.resolve(__dirname, "tests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user