chore: fixes

This commit is contained in:
2024-04-11 14:42:34 +01:00
parent 27a111466a
commit 93ea3e8e80
9 changed files with 23 additions and 15 deletions

View File

@ -14,5 +14,5 @@
"skipLibCheck": true
},
"include": ["./src/**/*.ts"],
"exclude": ["**/*.test.ts"]
"exclude": ["**/*.test.ts", "./src/Cashu.ts"]
}