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,
|
"noEmit": true,
|
||||||
"target": "ES2020"
|
"target": "ES2020"
|
||||||
},
|
},
|
||||||
|
"exclude": [
|
||||||
|
"src/sdk/paths/*"
|
||||||
|
],
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue