{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "lib": [
      "dom"
    ],
    "jsx": "preserve",
    "jsxImportSource": "solid-js"
  }
}
