mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-29 02:19:11 -06:00
Co-authored-by: Jessica Sachs <jess@jessicasachs.io> Co-authored-by: Barthélémy Ledoux <bart@cypress.io> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com> Co-authored-by: ElevateBart <ledouxb@gmail.com> Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
"./lib/**/*.ts"
|
|
],
|
|
"files": [
|
|
"index.ts",
|
|
"./../ts/index.d.ts"
|
|
]
|
|
}
|