Skip to content

Commit

Permalink
Fix: tsconfig.json (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
sava-vidakovic authored Oct 10, 2024
1 parent 0ffbffa commit 9c646fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"lib": ["es6"],
"lib": ["es6"]
},
"exclude": ["node_modules", "**/*.spec.ts", "**/__tests__/**"]
}

0 comments on commit 9c646fd

Please sign in to comment.