13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["es2017", "dom", "es2019"],
|
|
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
|
|
"target": "es2019",
|
|
"outDir": "lib",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|