10 lines
192 B
JSON
10 lines
192 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"emitDeclarationOnly": false,
|
||
|
|
"noEmit": true,
|
||
|
|
"rootDir": "."
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "tests/**/*.ts"]
|
||
|
|
}
|