puppeteer/test/tsconfig.json

7 lines
87 B
JSON
Raw Normal View History

{
2022-05-31 14:34:16 +00:00
"extends": "./tsconfig.test.json",
"compilerOptions": {
"noEmit": true
2022-05-31 14:34:16 +00:00
}
}