ledger-amino: Move custom types into src

This commit is contained in:
willclarktech 2021-05-04 15:44:08 +02:00
parent a76052923a
commit b07f6baf90
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@
"baseUrl": ".",
"outDir": "build",
"rootDir": "src",
"typeRoots": [
"./custom_types",
"../../node_modules/@types"
],
"lib": ["es2017", "dom"]
},
"include": ["src/**/*"]