wallet-core/extension/tsconfig.json

11 lines
165 B
JSON
Raw Normal View History

2015-12-13 23:47:30 +01:00
{
"compilerOptions": {
"target": "es6"
},
"files": [
"background/wallet.ts",
2015-12-14 11:26:55 +01:00
"background/emscriptif.ts",
"lib/util.ts"
2015-12-13 23:47:30 +01:00
]
}