mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 20:03:11 +00:00
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"strict": false,
|
|
"declaration": false
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|