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",
"esModuleInterop": true,
"noImplicitOverride": true,
"jsx": "react-jsx",
"module": "ESNext",
"strict": true,
"declaration": true,
"declarationMap": true,
"inlineSourceMap": true,
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"files": ["src/index.ts"]
"include": ["./src/**/*.ts"],
"files": ["./src/index.ts"]
}