mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-30 00:41:20 +00:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"gitdoc.enabled": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"files.exclude": {
|
|
"**/*-mdjs-generated.js": false,
|
|
},
|
|
"search.exclude": {
|
|
"**/*-mdjs-generated.js": true,
|
|
"**/dist-types": true,
|
|
}
|
|
}
|