feat: enhance project configuration with type checking and improved .gitignore entries

This commit is contained in:
Firman Ramdhani
2026-04-06 12:23:49 +07:00
parent 8c7b6d3017
commit 50592f27f3
9 changed files with 47 additions and 15 deletions
+2 -2
View File
@@ -24,9 +24,9 @@
"^lint"
]
},
"check-types": {
"typecheck": {
"dependsOn": [
"^check-types"
"^typecheck"
]
},
"dev": {