mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|