puppeteer/test/tsconfig.json

12 lines
264 B
JSON
Raw 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"],
2023-09-22 08:57:18 +00:00
"references": [{"path": "../tools/mocha-runner/tsconfig.json"}]
}