{ "compilerOptions": { "module": "commonjs", "target": "ES2021", "lib": ["ES2021"], "outDir": "./dist", "rootDir": "./src", "strict": false, "declaration": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"] }