mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
6 lines
200 B
JSON
6 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["../../src/**/*.d.ts", "../../packages/**/*.d.ts", "../../scripts/**/*"],
|
|
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
|
}
|