CoolFace
Modelpublic

cp500/infon-coref-pointer

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes27downloads
tsconfig.json17 linesDownload Raw Back to js
1{2  "compilerOptions": {3    "target": "ES2022",4    "module": "ESNext",5    "moduleResolution": "bundler",6    "strict": true,7    "esModuleInterop": true,8    "skipLibCheck": true,9    "forceConsistentCasingInFileNames": true,10    "resolveJsonModule": true,11    "lib": ["ES2022", "DOM"],12    "declaration": false,13    "noEmit": false14  },15  "include": ["src/**/*"]16}17