14 lines
262 B
JSON
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"
|
|
}
|