{ "compilerOptions": { "noEmit": true, "target": "esnext", "moduleResolution": "node", "rootDir": "./src", "strict": true, "noImplicitAny": true, "allowSyntheticDefaultImports": true } }