{ "compilerOptions": { "module": "commonjs", "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "skipLibCheck": true, "strictNullChecks": true, "noImplicitAny": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }