lib needs to be able to import bin

This commit is contained in:
garronej 2022-07-31 00:41:25 +02:00
parent a98bb25133
commit 2be40816b2

View File

@ -3,6 +3,7 @@
"compilerOptions": {
"module": "CommonJS",
"target": "ES5",
"esModuleInterop": true,
"lib": ["es2015", "DOM", "ES2019.Object"],
"outDir": "../../dist/bin",
"rootDir": "."