paths-filter/tsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2020-05-20 17:03:08 +02:00
{
2024-01-30 15:15:04 +13:00
"extends": "@tsconfig/node20/tsconfig.json",
2020-05-20 17:03:08 +02:00
"compilerOptions": {
2024-09-11 13:03:47 +12:00
"noEmit": true
}
2020-05-20 17:03:08 +02:00
}