infon-coref-pointer / js /tsconfig.json
cp500's picture
Upload js/tsconfig.json with huggingface_hub
fb70733 verified
Raw
History Blame Contribute Delete
369 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"lib": ["ES2022", "DOM"],
"declaration": false,
"noEmit": false
},
"include": ["src/**/*"]
}