mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 04:51:55 +02:00
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/*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|