11
apps/api-e2e/tsconfig.json
Normal file
11
apps/api-e2e/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "out-tsc/@my-monorepo/api-e2e",
|
||||
"esModuleInterop": true,
|
||||
"noUnusedLocals": false,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": ["jest.config.ts", "src/**/*.ts"],
|
||||
"references": []
|
||||
}
|
||||
Reference in New Issue
Block a user