Files
clan-core/pkgs/webview-ui/app/tsconfig.json
2024-11-06 12:11:48 +00:00

21 lines
482 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": [ "vite-plugin-solid-svg/types-component-solid", "vite/client" ],
"noEmit": true,
"resolveJsonModule": true,
"allowJs": true,
"isolatedModules": true,
"paths": {
"@/*": ["./*"]
}
}
}