CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
tsconfig.json15 linesDownload Raw Back to istextorbinary
1{2  "compilerOptions": {3    "allowJs": true,4    "downlevelIteration": true,5    "esModuleInterop": true,6    "isolatedModules": true,7    "maxNodeModuleJsDepth": 5,8    "module": "ESNext",9    "moduleResolution": "Node",10    "strict": true,11    "target": "ES2022"12  },13  "include": ["source"]14}15 
basant307/AI_Governance_Project · CoolFace