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