CoolFace
Modelpublic

cp500/infon-coref-pointer

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes27downloads
tsconfig.cjs.json10 linesDownload Raw Back to js
1{2  "extends": "./tsconfig.json",3  "compilerOptions": {4    "module": "CommonJS",5    "moduleResolution": "node",6    "outDir": "./dist/cjs",7    "declaration": false8  }9}10