mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 05:21:14 +02:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"extends": "@plane/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|