chore(docs): cleanup tsconfig

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 19:45:02 +01:00
committed by Braks
parent 98db749e51
commit 0a0efb4c8f
4 changed files with 19 additions and 18 deletions

View File

@@ -33,6 +33,7 @@
"@types/canvas-confetti": "^1.6.0", "@types/canvas-confetti": "^1.6.0",
"@types/node": "^18.14.0", "@types/node": "^18.14.0",
"@tooling/eslint-config": "workspace:*", "@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3", "@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"ohmyfetch": "^0.4.21", "ohmyfetch": "^0.4.21",

View File

@@ -1,4 +1,7 @@
// Generated by 'unplugin-auto-import' /* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-auto-import
export {} export {}
declare global { declare global {
const EffectScope: typeof import('vue')['EffectScope'] const EffectScope: typeof import('vue')['EffectScope']
@@ -72,7 +75,6 @@ declare global {
const refThrottled: typeof import('@vueuse/core')['refThrottled'] const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl'] const refWithControl: typeof import('@vueuse/core')['refWithControl']
const resolveComponent: typeof import('vue')['resolveComponent'] const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const resolveRef: typeof import('@vueuse/core')['resolveRef'] const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref'] const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReactive: typeof import('vue')['shallowReactive']
@@ -263,3 +265,8 @@ declare global {
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter'] const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
const whenever: typeof import('@vueuse/core')['whenever'] const whenever: typeof import('@vueuse/core')['whenever']
} }
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
}

View File

@@ -1,21 +1,12 @@
{ {
"extends": "@tooling/tsconfig/base",
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"module": "ESNext",
"target": "es2017",
"lib": ["DOM", "ESNext"],
"noEmit": true,
"declaration": false,
"strict": true,
"esModuleInterop": true,
"incremental": false,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true, "resolveJsonModule": true,
"noUnusedLocals": false, "types": [
"strictNullChecks": true, "vite/client",
"forceConsistentCasingInFileNames": true, "@types/node",
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"] "unplugin-icons/types/vue"
}, ]
"exclude": ["node_modules", "dist"] }
} }

2
pnpm-lock.yaml generated
View File

@@ -26,6 +26,7 @@ importers:
'@iconify/json': ^2.1.95 '@iconify/json': ^2.1.95
'@stackblitz/sdk': ^1.8.2 '@stackblitz/sdk': ^1.8.2
'@tooling/eslint-config': workspace:* '@tooling/eslint-config': workspace:*
'@tooling/tsconfig': workspace:*
'@types/canvas-confetti': ^1.6.0 '@types/canvas-confetti': ^1.6.0
'@types/node': ^18.14.0 '@types/node': ^18.14.0
'@vercel/analytics': ^0.1.10 '@vercel/analytics': ^0.1.10
@@ -73,6 +74,7 @@ importers:
devDependencies: devDependencies:
'@iconify/json': 2.2.26 '@iconify/json': 2.2.26
'@tooling/eslint-config': link:../tooling/eslint-config '@tooling/eslint-config': link:../tooling/eslint-config
'@tooling/tsconfig': link:../tooling/tsconfig
'@types/canvas-confetti': 1.6.0 '@types/canvas-confetti': 1.6.0
'@types/node': 18.14.0 '@types/node': 18.14.0
'@windicss/plugin-scrollbar': 1.2.3 '@windicss/plugin-scrollbar': 1.2.3