CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
tsconfig.json16 linesDownload Raw Back to export-html
1{2  "compilerOptions": {3    "strict": true,4    "jsx": "react-jsx",5    "target": "es2018",6    "module": "esnext",7    "moduleResolution": "bundler",8    "lib": ["ES2021", "DOM", "DOM.Iterable"],9    "isolatedModules": true,10    "skipLibCheck": true,11    "noEmit": true,12    "resolveJsonModule": true13  },14  "include": ["src"]15}16 
basant307/AI_Governance_Project · CoolFace