Revert changes to tsc/ncc

This commit is contained in:
PJ Quirk
2020-05-14 17:16:50 -04:00
parent 9a58186a54
commit 5d879b69aa
4 changed files with 91 additions and 95 deletions

View File

@@ -2,8 +2,6 @@
"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
},