build: switch TS module resolution to node 16
[poolifier.git] / .lintstagedrc.js
index 5530f473f8011d99f6a950f331a18ac6ea3438b2..361afe3d2718bf20f580fb1f74b4662945c3a78b 100644 (file)
@@ -4,6 +4,6 @@ module.exports = {
     'ts-standard --fix',
     'eslint --cache --fix'
   ],
-  '**/!(package.json)*.json': ['biome format --write'],
+  '**/!(package.json|tsconfig.json)*.json': ['biome format --write'],
   '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }