| 12345678910111213141516 |
- {
- "$schema": "https://turbo.build/schema.json",
- "extends": ["//"],
- "tasks": {
- "build": {
- "outputs": ["dist/**"],
- "inputs": ["bin/**", "package.json"],
- "outputLogs": "new-only"
- },
- "dev": {
- "outputs": ["dist/**"],
- "inputs": ["bin/**", "package.json"],
- "outputLogs": "new-only"
- }
- }
- }
|