puppeteer/test/tsconfig.json

11 lines
197 B
JSON
Raw Permalink Normal View History

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
2023-08-28 11:01:52 +00:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "build",
"rootDir": "src"
},
"include": ["src"]
}