10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"lib": ["es2017", "dom"],
|
|
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
|
|
"outDir": "lib"
|
|
}
|
|
}
|