{
    "compilerOptions": {
      "outDir": "./npm/",
      "noImplicitAny": true,
      "sourceMap": true,
      "module": "es6",
      "target": "ES2021",
      "jsx": "react",
      "allowJs": true,
      "lib": ["dom", "ES2021"],
      "moduleResolution": "node",
      "allowSyntheticDefaultImports": true,
      "noUnusedLocals": true,
      "noUnusedParameters": true,
      "noImplicitReturns": true,
      "noFallthroughCasesInSwitch": true,
      "strict": true
    },
    "include": [
      "components/**/*"
    ],
  }