mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-27 02:41:56 +00:00
14 lines
342 B
JSON
14 lines
342 B
JSON
{
|
|
"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"]
|
|
}
|