1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-06-15 17:03:32 +02:00
ipfs/jest.tsconfig.json

13 lines
244 B
JSON

{
"compilerOptions": {
"jsx": "react",
"allowJs": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"target": "es5"
}
}