wallet-core/extension/tsconfig.json

10 lines
144 B
JSON
Raw Normal View History

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