build: fix production build
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"lib": ["ES2019"],
|
||||
"module": "commonjs",
|
||||
"outDir": "../dist",
|
||||
"noEmit": false
|
||||
|
||||
Reference in New Issue
Block a user