Port to TS

This commit is contained in:
Dane Everitt 2018-12-16 14:30:21 -08:00
parent 8325743e84
commit 81f5e49768
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 60 additions and 13 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es5",
"strict": true,
"moduleResolution": "node",
"module": "es2015"
},
"include": [
"./resources/assets/scripts/**/*"
]
}