fix
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -14,7 +14,6 @@ declare module 'vue' {
|
||||
CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default']
|
||||
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
||||
FormInput: typeof import('./src/components/design-system/form/FormInput.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.9.5_rollup@2.79.1_sass@1.62.1/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
||||
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
||||
OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"isolatedModules": true,
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
@@ -12,7 +11,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
|
||||
"skipLibCheck": true
|
||||
|
||||
Reference in New Issue
Block a user