PaletteSwitcher/palette-switcher-v2/tsconfig.json
2024-01-23 20:32:29 +01:00

17 lines
359 B
JSON

{
"compilerOptions": {
"allowJs": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}