Use TypeScript

This commit is contained in:
Jonathan Clem
2020-01-08 15:17:10 -05:00
parent 83e4cfe60a
commit 2adb4f3620
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
}
}