Describe the bug
<what's going wrong!?>

Therefore, I can't use VS Code to quickly jump to the corresponding code snippets. I want to contribute to the BlockNote codebase, and I believe it can greatly enhance my efficiency if I can quickly navigate between sections of code.
I tried to add the following tsconfig.json to the root, but didn't work.
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@blocknote/core": ["packages/core/src"],
"@blocknote/react": ["packages/react/src"],
"@blocknote/ariakit": ["packages/ariakit/src"],
"@blocknote/mantine": ["packages/mantine/src"],
"@blocknote/shadcn": ["packages/shadcn/src"]
}
},
"include": ["packages/**/*", "playground/**/*"]
}
To Reproduce
<clear steps to reproduce are super helpful! Best is to provide an online sandbox, click to create one>
clone the repo and open it in VS Code. npm install
Misc
Describe the bug
<what's going wrong!?>
Therefore, I can't use VS Code to quickly jump to the corresponding code snippets. I want to contribute to the BlockNote codebase, and I believe it can greatly enhance my efficiency if I can quickly navigate between sections of code.
I tried to add the following tsconfig.json to the root, but didn't work.
To Reproduce
<clear steps to reproduce are super helpful! Best is to provide an online sandbox, click to create one>
clone the repo and open it in VS Code.
npm installMisc