build fixes
This commit is contained in:
parent
2cd56805d9
commit
851de543b3
2 changed files with 2 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ interface TransactionInfo {
|
|||
|
||||
export default TransactionInfo;
|
||||
|
||||
export { Input, Output };
|
||||
export type { Input, Output };
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"isolatedModules": false,
|
||||
"isolatedModules": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue