first version

This commit is contained in:
Gerhard Scheikl
2026-04-28 21:56:11 +02:00
parent 0f75dbaccb
commit 5b2aa5d62b
50 changed files with 5514 additions and 481 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"include": ["env.d.ts", "**/*.ts", "**/*.tsx", ".react-router/types/**/*"],
"exclude": ["node_modules", "build", "extensions"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"strict": true,
@@ -16,7 +17,7 @@
"moduleResolution": "Bundler",
"target": "ES2022",
"baseUrl": ".",
"types": ["@react-router/node", "vite/client", "@shopify/polaris-types"],
"types": ["@react-router/node", "vite/client", "@shopify/polaris-types", "@shopify/app-bridge-types"],
"rootDirs": [".", "./.react-router/types"]
}
}