infon-coref-pointer / js /tsconfig.esm.json
cp500's picture
Upload js/tsconfig.esm.json with huggingface_hub
b1b749e verified
Raw
History Blame Contribute Delete
140 Bytes
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ES2022",
"outDir": "./dist/esm",
"declaration": false
}
}