Prepared partial move to TypeScript

This commit is contained in:
Daniël van Noord
2021-04-06 11:36:24 +02:00
parent df639be579
commit 16c80cbf4b
15 changed files with 1195 additions and 75 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"module": "ES2020",
"noImplicitAny": true,
"sourceMap": true,
"target": "ES6",
"strictNullChecks": true,
}
}