{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "allowJs": true, "declaration": false, "outDir": "./dist", "strict": true, "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true }, "include": ["src/**/*.ts", "src/**/*.json", "src/**/*.js"], "exclude": ["**/__tests__/**/*"] }