Files
dbis-thirdweb/apps/smoke-tests/tsconfig.json
2026-01-01 08:04:06 -08:00

19 lines
470 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": false
},
"include": ["src/**/*"],
"references": [
{ "path": "../../packages/chain" },
{ "path": "../../packages/wallets" },
{ "path": "../../packages/x402" },
{ "path": "../../packages/bridge" },
{ "path": "../../packages/tokens" },
{ "path": "../../packages/ai" },
{ "path": "../../packages/http-api" }
]
}