mirror of
https://github.com/tornadocash/tornado-cli.git
synced 2024-10-01 07:15:36 -04:00
d55ca374e4
Reference: 0c6e638852
- fixed yarn installation bug as well
10 lines
138 B
JSON
10 lines
138 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|