{ "compilerOptions": { "target": "ES2016", "module": "CommonJS", "rootDir": "./src", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }