UNPKG

513 BJSONView Raw
1// Place your settings in this file to overwrite default and user settings.
2{
3 // Configure glob patterns for excluding files and folders.
4 "files.exclude": {
5 "temp": true,
6 "**/node_modules": true,
7 "**/.git": true,
8 "**/.DS_Store": true,
9 //"**/*.js": { "when": "$(basename).ts" },
10 "**/*.js.map": { "when": "$(basename)" }
11 },
12
13 // Specifies the folder path containing the tsserver and lib*.d.ts files to use.
14 "typescript.tsdk": "node_modules/typescript/lib"
15}
16