mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-03 12:18:22 +08:00
8a0baab60b
* feat: support for import via absolute path * update code * update code * update code
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"files.exclude": {
|
|
"**/*.js": {
|
|
"when": "$(basename).ts"
|
|
},
|
|
"**/*.js.map": true,
|
|
}
|
|
}
|