Files
2026-06-21 16:17:16 +02:00

14 lines
262 B
JSON

{
"editor.formatOnSave": true,
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
},
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
},
"js/ts.tsdk.path": "node_modules/typescript/lib"
}