2022-04-10 02:40:15 +02:00
|
|
|
{
|
2023-04-28 09:16:54 +02:00
|
|
|
"extends": [
|
|
|
|
"@tsconfig/node18/tsconfig.json",
|
|
|
|
"@vue/tsconfig/tsconfig.json"
|
|
|
|
],
|
2023-01-06 09:27:55 +00:00
|
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "env.config.d.ts"],
|
2022-04-10 02:40:15 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2022-12-15 22:35:17 +01:00
|
|
|
"types": ["node"]
|
2022-04-10 02:40:15 +02:00
|
|
|
}
|
|
|
|
}
|