Files
svg-sprites/integration/apps/solid-start-vite/tsconfig.json
T

16 lines
359 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "preserve",
"jsxImportSource": "solid-js",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["vinxi/types/client"]
},
"include": ["src", "app.config.ts"]
}