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,
}
}