Run TS as a require hook for tests instead of precompile

This commit is contained in:
Sindre Sorhus 2019-02-04 02:37:14 +07:00
parent 3c847be5a0
commit 9683cd7fd9
3 changed files with 25 additions and 11 deletions

View file

@ -9,5 +9,8 @@
"esnext.asynciterable",
"dom"
]
}
},
"include": [
"source"
]
}