{ "compilerOptions": { "allowJs": true, "checkJs": true, "resolveJsonModule": true, "target": "ES2022", "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true, // we dont have any thing to compile just yet "noEmit": true } }