Skip to content

Commit

Permalink
Fix typeerrors
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 19, 2024
1 parent 57db6c1 commit 23bf18f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
"paths": {
"@tiptap/core": ["./node_modules/@tiptap/core/src/index"]
}
"moduleResolution": "bundler"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
Expand Down

0 comments on commit 23bf18f

Please sign in to comment.