summaryrefslogtreecommitdiffstats
path: root/examples/with-script-in-browser/tsconfig.json
blob: be262d19b6d64a3243936922a597996ecd52dc8b (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "module": "ES2022",
    "moduleResolution": "Bundler",
    "lib": ["ESNext", "DOM", "DOM.Iterable"],
    "jsx": "react-jsx",
    "skipLibCheck": true
  }
}