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

8 lines
139 B
JSON

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