Skip to content

Commit

Permalink
use local JSON Schema for turbo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Aug 20, 2024
1 parent 49f9cfb commit c857427
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"json.schemas": [
{
"fileMatch": ["turbo.json"],
"url": "./packages/turbo-types/schemas/schema.json"
}
]
}
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
// The following are used by tools such as pnpm, gh actions to setup pnpm, etc.
"globalPassThroughEnv": [
Expand Down

0 comments on commit c857427

Please sign in to comment.