puppeteer/tools/eslint/tsconfig.json
2024-02-05 10:26:37 +01:00

14 lines
289 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "./src",
"outDir": "./lib",
"declaration": false,
"declarationMap": false,
"composite": false,
"removeComments": true,
},
}