mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-22 01:37:07 +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"
|
||
|
}
|
||
|
}
|