Files
dbis-thirdweb/packages/ai/tsconfig.json
2026-01-01 08:04:06 -08:00

13 lines
215 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": false
},
"include": ["src/**/*"],
"references": [
{ "path": "../chain" }
]
}