mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +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/ee/*"]
|
|
}
|
|
}
|
|
}
|