Files
cypress/packages/socket/tsconfig.json
Tim Griesser 4626f7481c feat: ProjectLifecycleManager & general launchpad cleanup (#19347)
See #19347 for full summary

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: estrada9166 <estrada9166@hotmail.com>
Co-authored-by: Alejandro Estrada <estrada9166@gmail.com>
Co-authored-by: Jess <jess@jessicasachs.io>
2021-12-21 21:28:44 -05:00

14 lines
220 B
JSON

{
"extends": "./../ts/tsconfig.json",
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"skipLibCheck": false
},
"include": [
"lib/*.ts",
],
"files": [
"./../ts/index.d.ts"
]
}