mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|