Files
notify/packages/pushover/tsconfig.json
Alix von Schirp aae0b245f3
Some checks failed
/ check (20) (push) Failing after 8m24s
/ check (22) (push) Failing after 8m31s
fix: extend correct tsconfig
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2026-01-08 19:11:17 +01:00

14 lines
293 B
JSON

{
"extends": "@repo/configs/tsconfig",
"compilerOptions": {
"outDir": "dist",
/* Path Aliases */
"baseUrl": "./src",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules/**/*", "docs/**/*", "dist/**/*"]
}