11 lines
259 B
JSON
11 lines
259 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.vsix": true,
|
|
"**/*.js": {"when": "$(basename).ts"}
|
|
}
|
|
,
|
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
|
} |