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