Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
'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']
}
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
- "module": "ES2022",
- "moduleResolution": "Node",
+ "module": "Node16",
"declaration": true,
"declarationDir": "./lib/dts",
"strict": true,