All checks were successful
continuous-integration/drone/push Build is passing
11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "esm"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../argparse/tsconfig.esm.json"
|
|
}
|
|
]
|
|
} |