tokenbridge/burner-wallet-plugin/tokenbridge-bw-exchange/tsconfig.json
2020-05-04 23:35:46 +03:00

11 lines
135 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "./dist"
},
"include": [
"./src"
]
}