{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], "outDir": "./dist", "rootDir": "./src", "strict": true, "forceConsistentCasingInFileNames": true, "sourceMap": true, "removeComments": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "alwaysStrict": true, "resolveJsonModule": true, "skipLibCheck": true, "declaration": false, "esModuleInterop": true, }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }