{ "compilerOptions": { "target": "ES2017", "outDir": "./lib", "module": "commonjs", "strict": true, "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "lib": ["esnext"] }, "include": ["src/**/*"] }