Skip to content

Instantly share code, notes, and snippets.

View pviethung's full-sized avatar
🎯
Focusing

Pham Viet Hung pviethung

🎯
Focusing
View GitHub Profile
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"noUncheckedIndexedAccess": true