12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "out-tsc/ebitemp-api-e2e",
|
|
"esModuleInterop": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["jest.config.ts", "src/**/*.ts"],
|
|
"references": []
|
|
}
|