Files
plane/packages/helpers/tsconfig.json

10 lines
208 B
JSON
Raw Permalink Normal View History

{
"extends": "@plane/typescript-config/react-library.json",
"compilerOptions": {
"jsx": "react",
"lib": ["esnext", "dom"]
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}