trustgraph/ts/packages/base/tsconfig.json

9 lines
137 B
JSON
Raw Normal View History

2026-04-05 21:09:33 -05:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}