Skip to content

Commit

Permalink
fix: theme-json-schema.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Feb 13, 2023
1 parent a563805 commit b491ef7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
"baseUrl": "./",
/* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
"paths": {
"@theme/*": ["./src/theme/*"],
"@src/*": ["./src/*"]
"@theme/*": [
"./src/theme/*",
"node_modules/docusaurus-json-schema-plugin/src/theme/*"
],
"@src/*": ["./src/*", "node_modules/docusaurus-json-schema-plugin/src/*"]
},
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
Expand Down

0 comments on commit b491ef7

Please sign in to comment.