Initial commit
This commit is contained in:
18
apps/smoke-tests/tsconfig.json
Normal file
18
apps/smoke-tests/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user