tokenbridge/burner-wallet-plugin/tokenbridge-bw-exchange/tsconfig.json

11 lines
135 B
JSON
Raw Normal View History

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