+tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output

This commit is contained in:
Dalton Lange 2020-04-02 19:14:49 -07:00
parent e8047d90bd
commit c8853d48a6
4 changed files with 21 additions and 2 deletions

7
tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "output"
}
}