vitest/test/puppeteer/tsconfig.json
Fatih Aygün a057b4f8c2
feat(example): add puppeteer example (#167)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-16 03:21:21 +08:00

7 lines
86 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}