add typescript

This commit is contained in:
Kent C. Dodds
2019-08-14 16:01:29 -06:00
parent e88f4ba7af
commit b0d4378a07
6 changed files with 87 additions and 20 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"noEmit": true,
"baseUrl": "./src"
}
}