mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 19:19:25 +08:00
10 lines
224 B
JSON
10 lines
224 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"types": ["@types/node"]
|
|
},
|
|
"include": ["index.ts", "config.ts", "agents.ts", "scripts/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|