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