forked from github/plane
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"extends": "tsconfig/react.json",
|
|
"include": [
|
|
"src/**/*",
|
|
"index.d.ts"
|
|
, "../lite-text-editor/src/ui/extensions/enter-key-extension.tsx" ],
|
|
"exclude": [
|
|
"dist",
|
|
"build",
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
}
|
|
}
|