mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-07 06:59:25 +00:00
🔧 Update config
This commit is contained in:
parent
6ef1707d4b
commit
809b61d045
2 changed files with 4 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import nodeResolve from "@rollup/plugin-node-resolve"
|
|||
import typescript from "@rollup/plugin-typescript"
|
||||
|
||||
const config = {
|
||||
context: "globalThis",
|
||||
input: "src/main.ts",
|
||||
output: {
|
||||
exports: "auto",
|
||||
|
|
|
|||
|
|
@ -17,9 +17,11 @@
|
|||
"outDir": "./dist",
|
||||
"pretty": true,
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "ES2022"
|
||||
"target": "ES2022",
|
||||
"types": ["node"]
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.ts", "dist"],
|
||||
"include": ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue