{ "compilerOptions": { "esModuleInterop": true, "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "strict": true, "skipLibCheck": true, "lib": ["esnext", "dom"], "outDir": "lib", "rootDir": "./src" }, "include": ["./src"], "exclude": ["**/*.spec.ts", "**/*.test.ts"] }