14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es2019",
|
|
"removeComments": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "./lib/types",
|
|
"outDir": "./lib/types",
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|