0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-15 08:34:54 +00:00
renovatebot_renovate/tsconfig.spec.json
Michael Kriese 997c23502e
test: migrate to vitest (#34475)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2025-02-26 09:35:54 +00:00

9 lines
159 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"moduleResolution": "node",
"module": "CommonJS",
"allowJs": false,
"checkJs": false
}
}