paths-filter/tsconfig.json
2024-09-11 13:32:02 +12:00

7 lines
97 B
JSON

{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"noEmit": true
}
}