Files
2026-03-18 02:58:21 +00:00

15 lines
273 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*.ts"],
"references": [
{ "path": "../git" },
{ "path": "../github" },
{ "path": "../parser" }
]
}