Revert "Upgrade to babel@7 and support TypeScript"

This reverts commit 7b89893645.
This commit is contained in:
Travis Ralston 2019-08-08 13:30:11 -06:00
parent 7b89893645
commit feb62793d2
6 changed files with 707 additions and 1041 deletions

View file

@ -1,15 +0,0 @@
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"allowJs": true,
"noEmit": false,
"strict": false,
"isolatedModules": true,
"esModuleInterop": true
},
"include": [
"src/*.ts",
"src/**/*.ts"
]
}