refactor: use TS project references instead of running tsc multiple times (#7437)

* refactor: use TS project references instead of running tsc multiple times

* deduplicate

* dedup

* eliminate --project

* add swc config

* add target
This commit is contained in:
Joshua Chen 2022-05-17 15:21:44 +08:00 committed by GitHub
parent 1bec5f673a
commit 7613ecb9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 233 additions and 145 deletions

View file

@ -1,4 +1,4 @@
copyUntypedFiles.mjs
.tsbuildinfo
.tsbuildinfo*
tsconfig*
__tests__