2022-03-31 06:33:29 +08:00
|
|
|
{
|
2023-08-22 03:57:59 +08:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
2022-04-15 22:11:25 +08:00
|
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts", "node_modules/vite-plugin-pwa/client.d.ts"],
|
2022-03-31 06:33:29 +08:00
|
|
|
"exclude": ["src/**/__tests__/*"],
|
|
|
|
"compilerOptions": {
|
2023-08-22 03:57:59 +08:00
|
|
|
"lib": ["ES2022"],
|
|
|
|
"target": "es2022",
|
|
|
|
"module": "es2022",
|
|
|
|
"moduleResolution": "Node",
|
2022-03-31 06:33:29 +08:00
|
|
|
"composite": true,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["./src/*"]
|
2022-04-16 05:10:47 +08:00
|
|
|
},
|
2023-08-22 03:57:59 +08:00
|
|
|
"types": ["naive-ui/volar", "@intlify/unplugin-vue-i18n/messages", "unplugin-icons/types/vue"],
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"skipLibCheck": true
|
2022-03-31 06:33:29 +08:00
|
|
|
}
|
|
|
|
}
|