2024-05-09 12:34:24 +00:00
|
|
|
{
|
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
|
|
"include": [
|
|
|
|
"vite.config.*",
|
|
|
|
"vitest.config.*",
|
|
|
|
"cypress.config.*",
|
|
|
|
"nightwatch.conf.*",
|
2024-09-27 11:52:01 +00:00
|
|
|
"playwright.config.*",
|
|
|
|
"report.ts"
|
2024-05-09 12:34:24 +00:00
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
"types": ["node"]
|
|
|
|
}
|
|
|
|
}
|