mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
fix config
This commit is contained in:
parent
c0cd5750a5
commit
88ab87f7f2
@ -10,12 +10,12 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "./packages",
|
||||
"rootDir": "./packages",
|
||||
"baseUrl": ".",
|
||||
"rootDir": ".",
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"paths": {
|
||||
"@tiptap/*": ["*/dist", "*/src"]
|
||||
"@tiptap/*": ["packages/*/dist", "packages/*/src"]
|
||||
},
|
||||
"lib": [
|
||||
"esnext",
|
||||
|
Loading…
Reference in New Issue
Block a user