mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 03:06:40 +00:00
7 lines
113 B
JSON
7 lines
113 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib"
|
|
}
|
|
}
|