feat: enable checkJs by default

This commit is contained in:
2024-01-02 13:23:59 +01:00
committed by Rainer Killinger
parent a4cc23e9a8
commit deed376c24
24 changed files with 2 additions and 25 deletions

View File

@@ -52,6 +52,7 @@ export class Converter {
path: sourcePath,
sortProps: true,
topRef: false,
skipTypeCheck: true,
tsconfig: path.join(getTsconfigPath(projectPath), 'tsconfig.json'),
type: 'SC',
};