2023-12-19 17:40:02 +01:00
|
|
|
{
|
2023-12-20 03:24:38 +01:00
|
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
2023-12-20 22:26:25 +01:00
|
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
|
2023-12-20 03:24:38 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
"types": ["node"]
|
|
|
|
}
|
2023-12-19 17:40:02 +01:00
|
|
|
}
|