mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-10 16:34:28 +00:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
|
|
"allowImportingTsExtensions": true,
|
|
}
|
|
}
|