CoolFace
Apppublic

hpcompaq435/accessaudit-scanner

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
tsconfig.json15 linesDownload Raw Back to root
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    "noEmit": true,11    "types": ["node"]12  },13  "include": ["src/**/*.ts"]14}15