mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 12:04:38 +02:00
12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["vite/client"],
|
|
"paths": {
|
|
"@openclaw/config/*": ["../../src/config/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "vite.config.ts"]
|
|
}
|