6 lines
132 B
JSON
6 lines
132 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"include": ["src/**/*", "test/**/*"],
|
||
|
|
"exclude": ["test/typescript/moduleAugmentation"]
|
||
|
|
}
|