Files
dbis-thirdweb/packages/chain/tsconfig.json

11 lines
185 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": []
}