Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
added types to tsconfig.test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Dec 15, 2019
1 parent f59d8bf commit 00c4e68
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"extends": "./tsconfigbase",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "./build",
"rootDir": "./test",
"esModuleInterop": true
"types": [
"node",
"expect-puppeteer",
"jest",
"jest-environment-puppeteer",
"puppeteer"
]
},
"include": ["test/*", "test/**/*"]
}

0 comments on commit 00c4e68

Please sign in to comment.