Phi-3-AI-Explorer / tsconfig.json
ProfessorCEO's picture
Update tsconfig.json
a8797a5 verified
Raw
History Blame Contribute Delete
248 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}