{
  "compilerOptions": {
    "target": "es6",
    "outDir": "dist",
    "jsx": "react",
    "jsxFactory": "h",
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "experimentalDecorators": true,
    "removeComments": true,
    "noImplicitAny": false,
    "moduleResolution": "node",
    "allowJs": true,
    "baseUrl": ".",
    "types": [
      "@pixso/plugin-typings",
    ]
  },
}
