16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"*.ts": "${capture}.js",
|
|
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
|
|
"*.jsx": "${capture}.js",
|
|
"*.tsx": "${capture}.ts",
|
|
"README.md": "*.md, LICENSE"
|
|
}
|
|
}
|