mirror of
https://github.com/NetEase/tango.git
synced 2026-07-02 01:24:27 +08:00
17 lines
485 B
JSON
17 lines
485 B
JSON
{
|
|
"extends": "./tsconfig.prod.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"strictFunctionTypes": true,
|
|
"paths": {
|
|
"@music163/tango-core": ["packages/core/src/index.ts"],
|
|
"@music163/tango-setting-form": ["packages/setting-form/src/index.ts"],
|
|
"@music163/tango-helpers": ["packages/helpers/src/index.ts"],
|
|
"@music163/tango": ["packages/designer/src/index.ts"],
|
|
}
|
|
}
|
|
}
|