{ "compilerOptions": { "module": "commonjs", "target": "ES2018", "sourceMap": true, "outDir": "lib", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "skipLibCheck": true, "allowJs": true }, "exclude": [ "node_modules", "lib", "spec", "commitlint.config.js" ] }