2022-03-03 10:26:15 +00:00
|
|
|
{
|
2023-06-26 03:54:17 +00:00
|
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
2023-08-11 01:10:35 +00:00
|
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json"],
|
2022-08-04 01:44:13 +00:00
|
|
|
"exclude": ["src/**/__tests__/*", "packages/**/*"],
|
2022-03-03 10:26:15 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2022-06-14 07:56:55 +00:00
|
|
|
"composite": true,
|
|
|
|
"noImplicitAny": false,
|
2022-03-03 10:26:15 +00:00
|
|
|
"paths": {
|
|
|
|
"@/*": ["./src/*"]
|
2022-09-04 17:06:11 +00:00
|
|
|
},
|
2023-03-23 08:54:33 +00:00
|
|
|
"noStrictGenericChecks": true,
|
2023-06-26 03:54:17 +00:00
|
|
|
"ignoreDeprecations": "5.0",
|
2022-09-04 17:06:11 +00:00
|
|
|
"types": ["unplugin-icons/types/vue"]
|
2022-03-03 10:26:15 +00:00
|
|
|
}
|
|
|
|
}
|