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
2025-11-26 13:06:30 +13:00

8 lines
139 B
JSON

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