{
  "compilerOptions": {
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "resolveJsonModule": true,
    "downlevelIteration": true,
    "lib": ["ES2015"],
  },  
  "exclude": ["node_modules", "**/*.png"],
  "types": ["esbuild-style-plugin"]
}
