forked from github/plane
13 lines
156 B
JSON
13 lines
156 B
JSON
{
|
|
"extends": "tsconfig/react.json",
|
|
"include": [
|
|
"src/**/*",
|
|
"index.d.ts"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"build",
|
|
"node_modules"
|
|
]
|
|
}
|