{ "compilerOptions": { "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "./build", "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, }, "include": ["lib/**/*.js"], "exclude": ["node_modules", "test"] }