back to building with ncc

This commit is contained in:
SamKirkland
2020-10-24 00:56:44 -05:00
parent c14c34b02c
commit 928e32c59b
6 changed files with 6783 additions and 131 deletions

View File

@@ -7,6 +7,7 @@
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"noEmit": true
},
"exclude": [
"node_modules"