mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-20 19:38:05 +00:00
14 lines
371 B
JSON
14 lines
371 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"types": ["node"],
|
|
"paths": {
|
|
// 内部模块都指向 src/index.ts, 会有更好的代码跳转体验.
|
|
"@tmagic/*": ["../../packages/*/src"],
|
|
"@tmagic/react-runtime-help": ["../react-runtime-help/src"],
|
|
},
|
|
},
|
|
}
|