Files
stack/packages/appservice/tsconfig.json
jason.woltje 8f09c910a9
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
feat(appservice): Matrix Application Service core library (M4a) (#530)
2026-06-10 21:23:25 +00:00

10 lines
181 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}