ofs | hex dump | ascii |
---|---|---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 05 00 00 00 02 1c 08 06 00 00 01 de 50 33 | .PNG........IHDR..............P3 |
0020 | 0f 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 | .....sRGB.........gAMA......a... |
0040 | 00 09 70 48 59 73 00 00 0e c3 00 00 0e c3 01 c7 6f a8 64 00 00 ff a5 49 44 41 54 78 5e ec 5d 07 | ..pHYs..........o.d....IDATx^.]. |
0060 | 50 54 57 17 76 86 19 67 98 71 c6 71 1c c7 d1 89 13 93 d1 c4 68 12 8d c1 60 0b c6 5f 8d 25 3d 31 | PTW.v..g.q.q........h...`.._.%=1 |
0080 | 31 cd 34 8d dd 68 6c 89 b1 44 ec bd f7 de 90 a2 08 28 4d 40 44 41 44 40 14 7b 17 04 15 44 51 a4 | 1.4..hl..D.......(M@DAD@.{...DQ. |
00a0 | 08 18 3d ff 3d 77 df 7d bc 7d bc 5d 76 61 77 d9 72 be 99 6f ee b9 e7 96 d7 ee 9e f7 ed 7d ad 0e | ..=.=w.}.}{
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./dist",
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"strictNullChecks": true,
"pretty": true,
"newLine": "LF",
"module": "es2015",
"target": "es2016",
"moduleResolution": "node",
"experimentalDecorators": true,
"jsx": "preserve",
"lib": [
"dom",
"es2015",
"es2016"
],
"types": [
"prop-types",
"react",
"react-dom"
]
},
"exclude": [
"dist",
"node_modules"
]
}
|