9 lines
243 B
JSON
9 lines
243 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"include": ["src/**/*", "test/**/*"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"moduleResolution": "Bundler"
|
||
|
|
},
|
||
|
|
"exclude": ["test/typescript/moduleAugmentation", "src/types/OverridableComponentAugmentation.ts"]
|
||
|
|
}
|