Skip to content

Commit

Permalink
fix: build with rollup 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 committed Oct 15, 2024
1 parent 30b8402 commit db7b266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lean4-infoview/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"module": "esnext",
"moduleResolution": "bundler",

/* Emit */
/* Emit code */
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",

/* Emit declarations */
"declaration": true,
"declarationDir": "dist",

/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit db7b266

Please sign in to comment.