console/packages/services/external-composition/federation-2/tsconfig.json
2026-03-06 22:37:08 +01:00

10 lines
203 B
JSON

{
"extends": "../../../../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"rootDir": "../../.."
},
"files": ["src/index.ts"],
"include": ["src/**/*"]
}