mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["esnext", "dom"],
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|