Files
halo-dark-mode-plugin/third-party/darkreader/tests/browser/tsconfig.json
T

25 lines
535 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"lib": [
"ES2015",
"Dom"
],
"types": [
"chrome",
"jest",
"puppeteer-core"
],
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "m",
"moduleResolution": "Node",
"noEmit": true,
"noImplicitAny": true,
"ignoreDeprecations": "6.0",
}
}