{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES2022", "noEmit": false, "emitDeclarationOnly": true, "rootDir": "src", "outDir": "dist/types", // This negates what is set in the extended tsconfig.json "skipLibCheck": false, "allowSyntheticDefaultImports": false, "resolveJsonModule": false }, "include": ["src"] }