{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "dist", "declaration": true, "skipLibCheck": true, "esModuleInterop": true }, "include": ["src"] }