Files
dbis-thirdweb/packages/http-api/tsconfig.json

13 lines
215 B
JSON
Raw Normal View History

2026-01-01 08:04:06 -08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": false
},
"include": ["src/**/*"],
"references": [
{ "path": "../chain" }
]
}