deploy: add tsconfig

This commit is contained in:
Christopher Monsanto
2020-07-17 07:07:50 -04:00
parent 40f3925638
commit eda260977f
3 changed files with 13 additions and 0 deletions

View File

@@ -3,5 +3,8 @@
"commander": "^5.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
"typescript": "^3.9.7"
},
"type": "module"
}

View File

@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist",
"allowJs": true
}
}