rentgen/tsconfig.json
Arkadiusz Wieczorek aa6c76da82 Update
2022-07-10 11:16:24 +02:00

17 lines
454 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"noImplicitAny": true,
"esModuleInterop": true,
"moduleResolution": "node",
"lib": ["es2017", "dom", "es2019"],
"typeRoots": ["node_modules/@types", "node_modules/web-ext-types"],
"target": "es2019",
"outDir": "dist",
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true,
"alwaysStrict": true
}
}