wallet-core/extension/tsconfig.json

13 lines
225 B
JSON
Raw Normal View History

2015-12-13 23:47:30 +01:00
{
"compilerOptions": {
2015-12-16 08:01:43 +01:00
"target": "es6",
"jsx": "react"
2015-12-13 23:47:30 +01:00
},
"files": [
"background/wallet.ts",
2015-12-14 11:26:55 +01:00
"background/emscriptif.ts",
2015-12-16 08:01:43 +01:00
"lib/util.ts",
"popup/balance-overview.tsx"
2015-12-13 23:47:30 +01:00
]
}