trisquel-icecat/icecat/remote/test/puppeteer/tools/eslint/tsconfig.json

13 lines
287 B
JSON

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