Jerko Steiner 9bf274f9bf
All checks were successful
continuous-integration/drone/push Build is passing
Rename @rondo.dev/scripts to @rondo.dev/rondo-cli
2020-01-10 12:53:17 +01:00

18 lines
252 B
JSON

{
"extends": "../tsconfig.common.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"node_modules",
"template",
"lib",
"esm"
],
"references": [
{
"path": "../argparse"
}
]
}