Skip to content

Commit

Permalink
fix: get typescript to compile into esm
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 15, 2021
1 parent b82767f commit cff197b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "@linzjs/style/tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2020"],
"outDir": "build"
"outDir": "build",
"module": "ES2020",
"moduleResolution": "Node"
}
}

0 comments on commit cff197b

Please sign in to comment.