{ "compileOnSave": true, "compilerOptions": { "target": "es5", "moduleResolution": "node", "pretty": true, "newLine": "LF", "allowSyntheticDefaultImports": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "sourceMap": true, "strictNullChecks": true, "skipLibCheck": true, "allowJs": true, "jsx": "preserve" } }