rentgen/tsconfig.json

13 lines
329 B
JSON
Raw Normal View History

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