2021-10-03 09:03:56 +02:00
|
|
|
{
|
2022-01-29 20:41:03 +01:00
|
|
|
"compilerOptions": {
|
2022-01-29 20:50:44 +01:00
|
|
|
"jsx": "react-jsx",
|
2022-01-29 20:41:03 +01:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"esModuleInterop": true,
|
2022-02-03 22:20:07 +01:00
|
|
|
"moduleResolution": "node",
|
2022-01-29 20:41:03 +01:00
|
|
|
"lib": ["es2017", "dom", "es2019"],
|
|
|
|
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
|
|
|
|
"target": "es2019",
|
|
|
|
"outDir": "lib",
|
2022-07-09 15:28:37 +02:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"strictNullChecks": true,
|
2022-07-09 15:51:34 +02:00
|
|
|
"strict": true,
|
|
|
|
"alwaysStrict": true
|
2022-01-29 20:41:03 +01:00
|
|
|
}
|
2021-10-03 09:03:56 +02:00
|
|
|
}
|