{
  // see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
  "extends": "hyperion-devtools",
  "compilerOptions": {
    // "jsx": "react-jsx",
    "jsx": "preserve",
  },
  "include": [
    "src",
  ],
}