init
This commit is contained in:
18
turbo.json
Normal file
18
turbo.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"prebuild",
|
||||
"^build"
|
||||
],
|
||||
"outputs": [
|
||||
"output-file.txt",
|
||||
"dist/**"
|
||||
]
|
||||
},
|
||||
"prebuild": {},
|
||||
"lint": {},
|
||||
"check-types": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user