{ "exclude": ["/dist"], "compilerOptions": { "module": "ES2020", "strict": true, "lib": ["DOM", "ES2015"], "target": "ES2015", "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true } }