diff --git a/.vscode/settings.json b/.vscode/settings.json index d71d46f..42b752d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -150,6 +150,7 @@ "lintstagedrc", "logicflow", "nprogress", + "picocolors", "pinia", "pnpm", "qrcode", diff --git a/tsconfig.json b/tsconfig.json index c23db40..3e592f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,29 +1,29 @@ { "compilerOptions": { "target": "ESNext", - "lib": ["DOM", "ESNext"], "jsx": "preserve", - "experimentalDecorators": true, + "lib": ["DOM", "ESNext"], "noLib": false, + "experimentalDecorators": true, + "baseUrl": ".", "module": "ESNext", "moduleResolution": "node", - "baseUrl": ".", "paths": { "@/*": ["src/*"] }, - "types": ["vite/client"], "resolveJsonModule": true, + "types": ["vite/client"], "allowJs": true, - "sourceMap": true, - "removeComments": true, - "allowSyntheticDefaultImports": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, "strict": true, "strictFunctionTypes": false, "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": true, + "removeComments": true, + "sourceMap": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": [