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

15 lines
331 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "preserve",
"jsxImportSource": "@builder.io/qwik",
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src", "vite.config.ts"]
}