9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["*.ts", "*.tsx", "src"],
|
|
"exclude": ["node_modules"]
|
|
}
|