mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/dist": true,
|
|
"**/.angular/**/*.*": true,
|
|
"**/*.code-search": true,
|
|
"**/*.lock": true
|
|
},
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
}
|