Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
winetree94 committed Nov 1, 2023
1 parent ad848e6 commit 44b4ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"lib": [
"ES2022",
"dom"
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"noEmit": true,
"types": ["node", "@docusaurus/module-type-aliases", "@docusaurus/theme-classic", "docusaurus-plugin-sass"],
"baseUrl": ".",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@site/*": ["./*"],
"prosemirror-preset-document": ["../preset-document/src/index.ts"],
Expand Down

0 comments on commit 44b4ce1

Please sign in to comment.