feat(tanstack): initialize TanStack project with routing, API, and error handling components
This commit is contained in:
11
tanstack/.vscode/settings.json
vendored
Normal file
11
tanstack/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"files.watcherExclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
},
|
||||
"files.readonlyInclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user