mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
don't let tsc check build system specific files
This commit is contained in:
parent
23da4ae2dd
commit
fbfda03138
@ -4,5 +4,8 @@
|
||||
"noEmit": true,
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": [
|
||||
"src/sdk/paths/*"
|
||||
],
|
||||
"include": ["src/**/*"],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user