Skip to content

Commit

Permalink
fix: target and lib options in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Apr 18, 2024
1 parent 4da5d08 commit 833e82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrappers/fedimint-ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2020",
"lib": ["es2020", "dom"],
"allowJs": true,
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit 833e82e

Please sign in to comment.