mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
50ceb5a924
* chore: convert extension to TypeScript and vitest * chore: typecheck the whole package
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"lib/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"rootDir": "./lib",
|
|
"outDir": "./lib-dist",
|
|
"target": "ES2022",
|
|
"module": "CommonJS"
|
|
}
|
|
} |