9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"include": ["src"],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
}
|
|
}
|