Skip to content

Commit

Permalink
fix: use json config
Browse files Browse the repository at this point in the history
addresses issue with `jiti` and `yarn` v2
  • Loading branch information
danielroe committed Sep 30, 2020
1 parent 510e6bc commit 52be08f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions siroc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"rollup": {
"esbuildOptions": {
"target": "es2015"
}
}
}
9 changes: 0 additions & 9 deletions siroc.config.ts

This file was deleted.

0 comments on commit 52be08f

Please sign in to comment.