blob: 94653be4a125bbd9a45857b0c38979e132ae8ada [file]
{
"compilerOptions": {
"module": "commonjs",
"baseUrl": ".",
"checkJs": false,
"allowJs": false
},
"references": [
{
"path": "../shared/tsconfig.json"
},
{
"path": "../e2e/tsconfig.json"
}
],
"extends": "../../config/typescript/tsconfig.base.json"
}