diff --git a/tsconfig.json b/tsconfig.json index eb0272ee..b1397d4b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,13 +2,14 @@ "compilerOptions": { "baseUrl": ".", "noEmit": true, + "pretty": true, "strict": true, - "allowJs": true, "newLine": "lf", "jsx": "preserve", "module": "ESNext", "target": "ESNext", "skipLibCheck": true, + "importHelpers": true, "noUnusedLocals": true, "esModuleInterop": true, "resolveJsonModule": true,