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