{
|
|
"extends": "../../tsconfig.package.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"outDir": "./dist/lib",
|
|
"declarationDir": "./dist/typings"
|
|
}
|
|
}
|