clan-core/pkgs/webview-ui/app/tsconfig.json

20 lines
429 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
2024-05-20 17:34:27 +00:00
"resolveJsonModule": true,
"allowJs": true,
"isolatedModules": true,
2024-05-20 17:34:27 +00:00
"paths": {
"@/*": ["./*"]}
},
}