dsc gen ts types
This commit is contained in:
12
turbo.jsonc
Normal file
12
turbo.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"lint": {
|
||||
"with": ["lint:biome", "typecheck"]
|
||||
},
|
||||
"typecheck": {},
|
||||
"lint:biome": {},
|
||||
"lint:biome:check": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user