chore: publish worker-relay

This commit is contained in:
Kieran 2024-01-30 20:09:23 +00:00
parent 8c19f4de68
commit a14a5fa96b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 3 additions and 4 deletions

View File

@ -5,14 +5,13 @@
"moduleResolution": "Bundler", "moduleResolution": "Bundler",
"esModuleInterop": true, "esModuleInterop": true,
"noImplicitOverride": true, "noImplicitOverride": true,
"jsx": "react-jsx", "module": "ESNext",
"strict": true, "strict": true,
"declaration": true, "declaration": true,
"declarationMap": true,
"inlineSourceMap": true, "inlineSourceMap": true,
"outDir": "dist", "outDir": "dist",
"skipLibCheck": true "skipLibCheck": true
}, },
"include": ["src/**/*.ts"], "include": ["./src/**/*.ts"],
"files": ["src/index.ts"] "files": ["./src/index.ts"]
} }