13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-06-29 04:30:43 +00:00
paths-filter/tsconfig.json
2024-09-11 13:32:02 +12:00

6 lines
97 B
JSON

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