[READ-ONLY] Mirror of https://github.com/shuuji3/kurashi-tepco-api. 馃挕 API to fetch the electricity consumption data from Kurashi TEPCO website (under development)
0

Configure Feed

Select the types of activity you want to include in your feed.

kurashi-tepco-api / tsconfig.json
283 B 15 lines
1{ 2 "compilerOptions": { 3 "target": "es6", 4 "module": "commonjs", 5 "moduleResolution": "node", 6 "strict": true, 7 "experimentalDecorators": true, 8 "emitDecoratorMetadata": true, 9 "noUnusedLocals": true, 10 "pretty": true, 11 "lib": [ 12 "esnext" 13 ] 14 } 15}