rentgen/tsconfig.json

11 lines
236 B
JSON
Raw Permalink Normal View History

2021-10-03 09:03:56 +02:00
{
"compilerOptions": {
"jsx": "react",
"esModuleInterop": true,
"lib": ["es2017", "dom", "es2019"],
2021-10-03 09:03:56 +02:00
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
"target": "es2019",
2021-10-03 09:03:56 +02:00
"outDir": "lib"
}
}