mirror of
https://github.com/makeplane/plane.git
synced 2026-04-25 17:49:35 -05:00
4b5a2bc4e5
* fix: lint related changes and packaging fixes * adding color validations
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|