Files
fog-explorer/apps/api/tsconfig.app.json

10 lines
186 B
JSON
Raw Permalink Normal View History

2026-04-12 16:43:45 +01:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "CommonJS",
"types": ["node"]
},
"include": ["src/**/*.ts"]
}