{ "compilerOptions": { "module": "ESNext", "target": "ESNext", "strict": true, "allowSyntheticDefaultImports": true, "moduleResolution": "bundler", "lib": [ "DOM" // to get "fetch" ], "declaration": true, "declarationDir": "./dist/types" }, "exclude": ["./dist"] }