14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"lint:tsc": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".godot/GodotJS/**"]
|
|
}
|
|
}
|
|
}
|