console/packages/services/external-composition/federation-2/tsconfig.json

10 lines
176 B
JSON
Raw Normal View History

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