mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-16 23:52:13 -05:00
10 lines
120 B
JSON
10 lines
120 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
]
|
|
}
|