๐Ÿ“ฆ noxify / renoun-vite-tanstack-router

๐Ÿ“„ settings.json ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12{
  "files.watcherExclude": {
    "**/routeTree.gen.ts": true
  },
  "search.exclude": {
    "**/routeTree.gen.ts": true
  },
  "files.readonlyInclude": {
    "**/routeTree.gen.ts": true
  }
}