mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|