experiment with new approach

This commit is contained in:
Matt Hill
2026-03-12 12:27:34 -06:00
parent 98b429fcad
commit 082254575b
511 changed files with 44511 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"paths": {
"@/gql": ["./src/gql/graphql.ts"],
"@/vdb/*": ["./node_modules/@vendure/dashboard/src/lib/*"]
}
},
"include": ["src/plugins/**/dashboard/*", "src/gql/**/*.ts", "vite.*.*ts"]
}