mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
13 lines
156 B
JSON
13 lines
156 B
JSON
|
{
|
||
|
"extends": "tsconfig/react.json",
|
||
|
"include": [
|
||
|
"src/**/*",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"dist",
|
||
|
"build",
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|