Skip to content

Commit

Permalink
chore: add resolveJsonModule option to tsconfig.esm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Jan 3, 2024
1 parent bc5a4eb commit 2e450e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"declaration": true,
"module": "es2020",
"moduleResolution": "node",
"outDir": "./dist/esm"
"outDir": "./dist/esm",
"resolveJsonModule": true
},
"exclude": ["node_modules", "dist"]
}

0 comments on commit 2e450e4

Please sign in to comment.