mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-01-01 05:02:21 +08:00
13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts", "node_modules/vite-plugin-pwa/client.d.ts"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021"],
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|