File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
"typescript.tsdk" : " node_modules\\ typescript\\ lib" ,
3
3
"javascript.preferences.importModuleSpecifierEnding" : " js" ,
4
4
"typescript.preferences.importModuleSpecifierEnding" : " js" ,
5
- "js/ts.implicitProjectConfig.module" : " NodeNext"
5
+ "js/ts.implicitProjectConfig.module" : " NodeNext" ,
6
+ "terminal.integrated.automationProfile.windows" : {
7
+ "path" : " pwsh.exe" ,
8
+ "icon" : " terminal-powershell"
9
+ }
6
10
}
Original file line number Diff line number Diff line change 7
7
"problemMatcher" : " $eslint-stylish" ,
8
8
"label" : " npm: lint" ,
9
9
"detail" : " eslint src/index.ts"
10
+ },
11
+ {
12
+ "type" : " typescript" ,
13
+ "tsconfig" : " tsconfig.build.json" ,
14
+ "option" : " watch" ,
15
+ "problemMatcher" : [
16
+ " $tsc-watch"
17
+ ],
18
+ "group" : {
19
+ "kind" : " build" ,
20
+ "isDefault" : true
21
+ },
22
+ "label" : " tsc: watch - tsconfig.build.json"
10
23
}
11
24
]
12
25
}
You can’t perform that action at this time.
0 commit comments