Renames tsx files to tst files, configures tst files as typescript files in local .vscode settings

This commit is contained in:
Henning Dieterichs
2022-11-01 19:07:36 +01:00
parent 2a77746ca2
commit d5d6647f39
98 changed files with 147 additions and 146 deletions

View File

@@ -12,7 +12,8 @@
}
},
"files.associations": {
"cglicenses.json": "jsonc"
"cglicenses.json": "jsonc",
"*.tst": "typescript"
},
"search.exclude": {
"**/node_modules": true,