Prepared project to move to Typescript

This commit is contained in:
Alexander Cerutti
2019-05-11 14:12:16 +02:00
parent 27b87b6f80
commit bd6c856ebb
4 changed files with 17 additions and 1 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"target": "es2018",
"esModuleInterop": true,
"newLine": "LF",
"noImplicitAny": true,
"noUnusedLocals": true,
}
}