{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "Node16", "moduleResolution": "Node16", "allowSyntheticDefaultImports": true, "allowJs": true, "esModuleInterop": true, "skipLibCheck": true, "types": ["vitest/globals"], "outDir": "dist", "experimentalDecorators": true, }, "include": [ "src/**/*.ts", "src/**/*.js", ], }