Files
plane/packages/utils/tsconfig.json

6 lines
135 B
JSON
Raw Permalink Normal View History

{
"extends": "@plane/typescript-config/react-library.json",
"include": ["./src"],
"exclude": ["dist", "build", "node_modules"]
}