tiptap/demos/tsconfig.json

8 lines
111 B
JSON
Raw Normal View History

2021-08-25 17:52:20 +08:00
{
"extends": "../tsconfig.json",
"types": ["vite/client"],
"compilerOptions": {
"baseUrl": "."
}
}