Add initial files
This commit is contained in:
30
turbo.json
Normal file
30
turbo.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
|
||||
"tasks": {
|
||||
"lint:tsc": {
|
||||
"cache": false
|
||||
},
|
||||
"lint:biome": {
|
||||
"cache": false
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["./src/**"],
|
||||
"outputs": ["./dist/**"]
|
||||
},
|
||||
"pack": {
|
||||
"dependsOn": ["^pack"],
|
||||
"cache": false
|
||||
},
|
||||
"clean:cache": {
|
||||
"cache": false
|
||||
},
|
||||
"clean:dist": {
|
||||
"cache": false
|
||||
},
|
||||
"clean:modules": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user