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
1 changed files with 3 additions and 0 deletions

View File

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