{ "compilerOptions": { "target": "ES5", "outDir": "./lib", "module": "CommonJS", "strict": true, "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "moduleResolution": "Node" }, "include": ["src/**/*"] }