11 lines
193 B
JSON

{
"extends": "tsconfig/base.json",
"include": ["./src"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"types": ["lodash", "jest"],
"esModuleInterop": true
}
}