Skip to content

Commit

Permalink
Try fixing rollup again
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Jan 15, 2024
1 parent 7ad6843 commit a4b357f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"compilerOptions": {
"target": "es5",
"rootDir": "src",
"outDir": "dist",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"declaration": true,
"declarationMap": true,
"declarationDir": "dist",
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit a4b357f

Please sign in to comment.