fix: exclude dist

pull/6301/head
Adam 2025-12-06 05:52:47 -06:00
parent 3ff6de261c
commit 659e5653bc
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 7 additions and 2 deletions

View File

@ -14,7 +14,12 @@
"noEmit": true,
"isolatedModules": true,
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
}
}
},
"exclude": [
"dist"
],
}