mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
6 lines
185 B
JSON
6 lines
185 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["../../src/**/*", "../../ui/**/*", "../../packages/**/*"],
|
|
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
|
}
|