don't let tsc check build system specific files

This commit is contained in:
Bruno Windels 2021-10-01 13:32:09 +02:00
parent 23da4ae2dd
commit fbfda03138

View file

@ -4,5 +4,8 @@
"noEmit": true, "noEmit": true,
"target": "ES2020" "target": "ES2020"
}, },
"exclude": [
"src/sdk/paths/*"
],
"include": ["src/**/*"], "include": ["src/**/*"],
} }