mirror of
https://github.com/NetEase/tango.git
synced 2026-07-03 05:34:25 +08:00
* feat: support multiple service modules * style: add memo * fix: refactor module * fix: refactor workspace --------- Co-authored-by: wwsun <ww.sww@outlook.com>
19 lines
610 B
JSON
19 lines
610 B
JSON
{
|
|
"extends": "./tsconfig.prod.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"strictFunctionTypes": true,
|
|
"paths": {
|
|
"@music163/tango-helpers": ["packages/helpers/src/index.ts"],
|
|
"@music163/tango-core": ["packages/core/src/index.ts"],
|
|
"@music163/tango-context": ["packages/context/src/index.ts"],
|
|
"@music163/tango-setting-form": ["packages/setting-form/src/index.ts"],
|
|
"@music163/tango-ui": ["packages/ui/src/index.ts"],
|
|
"@music163/tango": ["packages/designer/src/index.ts"]
|
|
}
|
|
}
|
|
}
|