wallet-core/extension/tsconfig.json
2015-12-13 23:47:30 +01:00

10 lines
144 B
JSON

{
"compilerOptions": {
"target": "es6"
},
"files": [
"background/wallet.ts",
"background/emscriptif.ts"
]
}