lib needs to be able to import bin
This commit is contained in:
parent
a98bb25133
commit
2be40816b2
@ -3,6 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"target": "ES5",
|
||||
"esModuleInterop": true,
|
||||
"lib": ["es2015", "DOM", "ES2019.Object"],
|
||||
"outDir": "../../dist/bin",
|
||||
"rootDir": "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user