chore: implement basic build system
This commit is contained in:
18
turbo.json
Normal file
18
turbo.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", "tsconfig.tsbuildinfo"]
|
||||
}
|
||||
},
|
||||
"globalDependencies": [
|
||||
".eslintrc.js",
|
||||
".eslintignore",
|
||||
".lintstagedrc.js",
|
||||
".prettierrc.yaml",
|
||||
"tsconfig.base.json",
|
||||
"tsconfig.build.json",
|
||||
"tsconfig.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user