Fix build steps

This commit is contained in:
PJ Quirk
2020-05-12 15:09:19 -04:00
parent 1bc2687309
commit 05997a2463
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
"compilerOptions": {
"target": "es2018",
"moduleResolution": "node",
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"strict": true,
"forceConsistentCasingInFileNames": true
},