mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-04-21 23:48:03 +00:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"skipLibCheck": true,
|
|
"target": "esnext"
|
|
}
|
|
}
|