fix config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user