Skip to content

Commit

Permalink
[repo] Help typescript resolve modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 3, 2022
1 parent 41ff83b commit 9250556
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
@@ -1,6 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true
"resolveJsonModule": true,
"baseUrl": "."
}
}

0 comments on commit 9250556

Please sign in to comment.