puppeteer/tsconfig.json

12 lines
149 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"outDir": "./lib",
"target": "ESNext"
},
"include": [
"src"
]
}