paths-filter/tsconfig.json
2025-11-26 13:06:30 +13:00

9 lines
139 B
JSON

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