sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

use tsconfig but avoid tsc errors for .js v2 #217

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

This is bit of a workaround to keep tcs typechecking on .js files without actually ever using tsc. ispiration from: https://stackoverflow.com/a/55484861/7909427

This avoids the errors that all .js files would be overwitten, while not actually transpiling the files and thus keeps the other eslint and tcs warnings :

image

jakobrosenberg commented 2 years ago

:tada: This PR is included in version 2.8.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: