mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
experiment with new approach
This commit is contained in:
13
site/server/tsconfig.dashboard.json
Normal file
13
site/server/tsconfig.dashboard.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user