Use TypeScript

This commit is contained in:
Jonathan Clem 2020-01-08 15:17:10 -05:00
parent 83e4cfe60a
commit 2adb4f3620
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
4 changed files with 149 additions and 59 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es2015",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true
}
}