CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
tsconfig.json12 linesDownload Raw Back to test
1{2  "compilerOptions": {3    "target": "es6",4    "module": "commonjs",5    "noEmit": true,6    "strict": true7  },8  "files": [9    "./example.ts"10  ]11}12 
basant307/AI_Governance_Project · CoolFace