fix config

This commit is contained in:
Philipp Kühn 2020-11-16 12:27:10 +01:00
parent c0cd5750a5
commit 88ab87f7f2

View File

@ -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",