xoev-xwasser 0.2.2+0.2.1

XOEV XWasser XML Standard
Documentation
{
  "extends": "@tsconfig/recommended/tsconfig.json",
  "include": ["env.d.ts", "tests/**/*"],
  "exclude": ["src/**/*", "pkg/*"],
  "compilerOptions": {
    "composite": true,
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
    "types": ["vitest/globals"],
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    },
    "resolvePackageJsonExports": false,
    "allowJs": true,
    "noImplicitThis": false,
    "maxNodeModuleJsDepth": 10,
    "module": "esnext",
    "moduleResolution": "node",
    "noEmit": false
  }
}