Files
pezkuwi-extension/tsconfig.webpack.json
T

11 lines
184 B
JSON

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