BangSo/infra/updater/tsconfig.json

9 lines
135 B
JSON
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true
},
"include": ["src"]
}