{ "compilerOptions": { "lib": ["ESNext"], "module": "commonjs", "moduleResolution": "node", "target": "ESNext", "declaration": true, "outDir": "dist", "sourceMap": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "resolveJsonModule": true }, "include": ["./src"], "exclude": ["./node_modules"] }