mirror of
https://github.com/makeplane/plane.git
synced 2026-05-08 00:49:36 -05:00
[WEB-5478] chore: fix types (#8155)
This commit is contained in:
+3
-2
@@ -14,7 +14,8 @@
|
||||
"fix:format": "turbo run fix:format",
|
||||
"check": "turbo run check",
|
||||
"check:lint": "turbo run check:lint",
|
||||
"check:format": "turbo run check:format"
|
||||
"check:format": "turbo run check:format",
|
||||
"check:types": "turbo run check:types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-oxc": "0.0.4",
|
||||
@@ -50,4 +51,4 @@
|
||||
"engines": {
|
||||
"node": ">=22.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user