Skip to content

Commit

Permalink
Alphabetically order references in tsconfig.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazkov committed Oct 19, 2023
1 parent 648d4fe commit f2ece6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"extends": "@google-labs/tsconfig/base.json",
"files": [],
"references": [
{ "path": "seeds/breadboard" },
{ "path": "seeds/breadboard-server" },
{ "path": "seeds/breadboard-web" },
{ "path": "seeds/chunker" },
{ "path": "seeds/coffee-bot-board" },
{ "path": "seeds/core-kit" },
{ "path": "seeds/discovery-types" },
{ "path": "seeds/palm-lite" },
{ "path": "seeds/graph-playground" },
{ "path": "seeds/graph-integrity" },
{ "path": "seeds/breadboard" },
{ "path": "seeds/llm-starter" },
{ "path": "seeds/node-nursery" },
{ "path": "seeds/coffee-bot-board" },
{ "path": "seeds/web-demo" },
{ "path": "seeds/breadboard-server" },
{ "path": "seeds/palm-lite" },
{ "path": "seeds/pinecone-kit" },
{ "path": "seeds/breadboard-web" },
{ "path": "seeds/chunker" }
{ "path": "seeds/web-demo" }
]
}

0 comments on commit f2ece6f

Please sign in to comment.