plane/packages/editor/rich-text-editor/tsconfig.json

16 lines
268 B
JSON
Raw Normal View History

{
"extends": "tsconfig/react.json",
2023-09-20 13:33:06 +00:00
"include": [
"src/**/*",
"index.d.ts"
2023-10-02 14:40:05 +00:00
, "../lite-text-editor/src/ui/extensions/enter-key-extension.tsx" ],
2023-09-20 13:33:06 +00:00
"exclude": [
"dist",
"build",
"node_modules"
],
"compilerOptions": {
"baseUrl": "."
}
}