Logo
Explore Help
Sign In
studio/integration
2
0
Fork 0
You've already forked integration
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
800ab42eaf759feaef4e4daba2b5727c9e17e153
integration/website/tsconfig.json

14 lines
240 B
JSON
Raw Normal View History

first commit: - we have a static astro website under /website. It has the implementation docs of the homepage/gaufre templates, and it handles the few API endpoints (the gaufre js, backgrounds, logos) - we have a vite app under /packages/integration. It has the react components generating the homepage and the gaufre button, and their css. Its used to generate an npm package
2024-04-22 11:19:08 +02:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": true,
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
website: fix typescript warnings when running `astro check` see https://github.com/withastro/astro/issues/10174#issuecomment-2026297879 for the why the tsconfig.json change
2025-04-17 17:07:56 +02:00
"jsxImportSource": "react",
"outDir": "dist"
first commit: - we have a static astro website under /website. It has the implementation docs of the homepage/gaufre templates, and it handles the few API endpoints (the gaufre js, backgrounds, logos) - we have a vite app under /packages/integration. It has the react components generating the homepage and the gaufre button, and their css. Its used to generate an npm package
2024-04-22 11:19:08 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 30ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API