2022-04-10 02:40:15 +02:00
|
|
|
{
|
2023-04-28 09:16:54 +02:00
|
|
|
"extends": [
|
2024-06-10 17:22:26 +02:00
|
|
|
"@tsconfig/node20/tsconfig.json",
|
2023-04-28 09:16:54 +02:00
|
|
|
"@vue/tsconfig/tsconfig.json"
|
|
|
|
],
|
2024-04-14 21:40:52 +02:00
|
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
2022-04-10 02:40:15 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2024-06-11 17:54:28 +02:00
|
|
|
"noEmit": true,
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.config.tsbuildinfo",
|
|
|
|
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Bundler",
|
2022-12-15 22:35:17 +01:00
|
|
|
"types": ["node"]
|
2022-04-10 02:40:15 +02:00
|
|
|
}
|
|
|
|
}
|