Dynavera/apps/api-e2e/tsconfig.json
2025-11-08 23:28:11 +00:00

11 lines
263 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "out-tsc/@web/api-e2e",
"esModuleInterop": true,
"noUnusedLocals": false,
"noImplicitAny": false
},
"include": ["jest.config.ts", "src/**/*.ts"],
"references": []
}