25 lines
535 B
JSON
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",
|
|
}
|
|
}
|