All checks were successful
continuous-integration/drone/push Build is passing
18 lines
252 B
JSON
18 lines
252 B
JSON
{
|
|
"extends": "../tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"template",
|
|
"lib",
|
|
"esm"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../argparse"
|
|
}
|
|
]
|
|
} |