Skip to main content
Module

x/xmlparser/tsconfig.json

naive xml parser for deno
Latest
File
{ "compilerOptions": { "lib": [ "es2019" ], "plugins": [ { "name": "typescript-deno-plugin", "enable": true, "importmap": "import_map.json" } ] }}