2023-03-07 01:19:05 -05:00
|
|
|
{
|
2023-11-30 20:22:47 -05:00
|
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
|
|
"include": [
|
|
|
|
"vite.config.*",
|
|
|
|
"vitest.config.*",
|
|
|
|
"cypress.config.*",
|
|
|
|
"nightwatch.conf.*",
|
|
|
|
"playwright.config.*"
|
|
|
|
],
|
2023-03-07 01:19:05 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2023-11-30 20:22:47 -05:00
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Bundler",
|
2023-03-07 01:19:05 -05:00
|
|
|
"types": ["node"]
|
|
|
|
}
|
|
|
|
}
|