Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Aug 24, 2022
1 parent 7a3b6eb commit ef007e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/tool-block-paragraph/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"removeComments": true,
"jsx": "react",
"baseUrl": ".",
"outDir": "dist",
"paths": {
"react": ["./node_modules/@pdejs/core/"]
}
"outDir": "dist"
},
"exclude": ["__tests__/**", "dist", "*.config.ts"],
"$schema": "https://json.schemastore.org/tsconfig.json"
Expand Down
5 changes: 1 addition & 4 deletions packages/tool-inline-marker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"removeComments": true,
"jsx": "react",
"baseUrl": ".",
"outDir": "dist",
"paths": {
"react": ["./node_modules/@pdejs/core/"]
}
"outDir": "dist"
},
"exclude": ["__tests__/**", "dist", "*.config.ts"],
"$schema": "https://json.schemastore.org/tsconfig.json"
Expand Down

0 comments on commit ef007e7

Please sign in to comment.