Register .cts and .mts as TypeScript files

For https://github.com/microsoft/TypeScript/pull/44501
This commit is contained in:
Matt Bierner 2021-10-06 14:33:25 -07:00
parent 82b8de69a7
commit 8a600adb5c
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -22,7 +22,9 @@
"typescript"
],
"extensions": [
".ts"
".ts",
".cts",
".mts"
],
"configuration": "./language-configuration.json"
},