This repository has been archived on 2025-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
gardev-startpage/tsconfig.json
Georgi Gardev ba65f63459 switch to yml
2023-11-18 21:40:23 +02:00

21 lines
422 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"jsxImportSource": "solid-js",
"jsx": "preserve",
"strict": true,
"baseUrl": "./",
"resolveJsonModule": true,
"paths": {
"~/*": ["./src/*"]
},
"types": [
"@modyfi/vite-plugin-yaml/modules"
],
}
}