6 lines
117 B
JSON
6 lines
117 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": { "noEmit": true },
|
||
|
|
"include": ["src/**/*", "test/**/*"]
|
||
|
|
}
|