16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2022",
|
|
"jsx": "react",
|
|
"allowImportingTsExtensions": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
],
|
|
"typeAcquisition": {"include": ["firefox-webext-browser"]}
|
|
} |