{ "compilerOptions": { "target": "ES6", "module": "ES6", // Add this line to enable ES6 modules "outDir": "./dist", // Your other TypeScript settings here }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }