Files
extension/tsconfig.webpack.json
2023-03-07 12:30:15 +02:00

11 lines
184 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"importHelpers": true,
"jsx": "react-jsx",
"module": "esnext",
"skipLibCheck": true,
"target": "esnext"
}
}