mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"jsxImportSource": "react",
|
|
"noImplicitAny": false,
|
|
"types": [
|
|
"vite-plugin-pwa/client"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@components/*": ["src/components/*"],
|
|
"@src/*": ["src/*"],
|
|
}
|
|
}
|
|
} |