2023-09-08 13:11:40 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
2023-09-08 13:11:40 +00:00
|
|
|
"compilerOptions": {
|
2023-10-03 04:02:16 +00:00
|
|
|
"baseUrl": "."
|
2023-09-08 13:11:40 +00:00
|
|
|
}
|
|
|
|
}
|