We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb3baf commit da011b5Copy full SHA for da011b5
apps/website/.eslintrc.json
@@ -7,7 +7,7 @@
7
],
8
"parser": "@typescript-eslint/parser",
9
"parserOptions": {
10
- "project": ["apps/website/tsconfig.*?.json"],
+ "project": ["apps/website/tsconfig.app.json"],
11
"ecmaVersion": 2021,
12
"sourceType": "module",
13
"ecmaFeatures": {
apps/website/vite.config.ts
@@ -9,6 +9,7 @@ export default defineConfig({
qwikNxVite(),
qwikCity(),
qwikVite({
+ tsconfigFileNames: ['tsconfig.app.json'],
client: {
14
outDir: '../../dist/apps/website/client',
15
},
0 commit comments