mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 20:58:01 +08:00
14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"files.exclude": {
|
|
"**/*.js": {
|
|
"when": "$(basename).ts"
|
|
},
|
|
"**/*.js.map": true,
|
|
}
|
|
}
|