Dynavera/apps/api/tsconfig.json

14 lines
203 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
2025-11-10 15:07:53 +00:00
],
"compilerOptions": {
"esModuleInterop": true
}
}