blob: 98d5b9cea0a1719630b946aea0bba710cb681f1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["vite/client"]
}
}
|