8 lines
119 B
JSON
8 lines
119 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["**/*.ts"],
|
||
|
"compilerOptions": {
|
||
|
"types": ["jest", "node"]
|
||
|
}
|
||
|
}
|