don't let tsc check build system specific files
This commit is contained in:
parent
23da4ae2dd
commit
fbfda03138
1 changed files with 3 additions and 0 deletions
|
@ -4,5 +4,8 @@
|
|||
"noEmit": true,
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": [
|
||||
"src/sdk/paths/*"
|
||||
],
|
||||
"include": ["src/**/*"],
|
||||
}
|
||||
|
|
Reference in a new issue