mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-16 02:04:54 +01:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
}
|
|
}
|