fix config
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"baseUrl": "./packages",
|
"baseUrl": ".",
|
||||||
"rootDir": "./packages",
|
"rootDir": ".",
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@tiptap/*": ["*/dist", "*/src"]
|
"@tiptap/*": ["packages/*/dist", "packages/*/src"]
|
||||||
},
|
},
|
||||||
"lib": [
|
"lib": [
|
||||||
"esnext",
|
"esnext",
|
||||||
|
|||||||
Reference in New Issue
Block a user