10 lines
193 B
JSON
10 lines
193 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"rootDir": "."
|
||
|
|
},
|
||
|
|
"include": ["test/**/*.types.ts"]
|
||
|
|
}
|