Files
tango/tsconfig.json
BoBoooooo 12de10b0bc fix: nodeTree defaultExpandAll rerender bug (#24)
* fix: fix: nodeTree defaultExpandAll rerender bug
* chore: tsconfig add tango-ui path
2023-09-13 10:20:09 +08:00

18 lines
543 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"],
"@music163/tango-ui": ["packages/ui/src/index.ts"],
}
}
}