mirror of
https://github.com/makeplane/plane.git
synced 2026-02-05 21:49:26 -06:00
* refactor: lite and rich text editors * refactor: document editor migration * fix: add missing css import * refactor: issue embed widget splitting * chore: remove extensions folder from ee * chore: update web ee folder structure * fix: build errors --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": ["src/**/*", "index.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/core/*"],
|
|
"@/styles/*": ["src/styles/*"],
|
|
"@/plane-editor/*": ["src/ce/*"]
|
|
}
|
|
}
|
|
}
|