{ "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "declaration": true, "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "experimentalDecorators": true }, "include": ["src/**/*"] }