mirror of
https://github.com/wassname/pi-plan.git
synced 2026-09-26 14:10:23 +08:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"pi-intercom": ["./src/intercom-package.d.ts"],
|
|
"@sting8k/pi-vcc/src/*": [
|
|
"./src/internal/supervisor/vcc.d.ts"
|
|
]
|
|
}
|
|
}
|
|
}
|