typescript common lib

This commit is contained in:
Jan Prochazka
2020-02-01 19:57:07 +01:00
parent 8291885d56
commit d22058382f
15 changed files with 3434 additions and 94 deletions

View File

@@ -3,7 +3,8 @@
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"noEmit": true
"noEmit": true,
"moduleResolution": "node",
},
"include": [
"src"