mirror of
https://github.com/tornadocash/tornado-cli.git
synced 2024-10-01 07:15:36 -04:00
9 lines
137 B
JSON
9 lines
137 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./lib"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
]
|
||
|
}
|