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 5474889 commit cc31ce5Copy full SHA for cc31ce5
packages/app/tsconfig.json
@@ -2,12 +2,12 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"module": "ESNext",
5
+ "composite": true,
6
"jsx": "preserve",
7
"esModuleInterop": true,
8
"moduleResolution": "node16",
9
"resolveJsonModule": true,
10
"allowJs": true,
- "declaration": false,
11
"skipLibCheck": false,
12
"allowSyntheticDefaultImports": true,
13
"strictNullChecks": true,
packages/app/vite-env.d.ts
@@ -1,4 +1,5 @@
1
/// <reference types="vite/client" />
+/// <reference types="vue-i18n/dist/vue-i18n.d.ts" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "files": [],
+ "references": [
+ {
+ "path": "packages/app"
+ }
+ ]
+}
0 commit comments