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