mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-04 21:49:25 +00:00
🔧 Update tsconfig
This commit is contained in:
parent
08f8411021
commit
3e142bf422
1 changed files with 5 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"declarationMap": false,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["ES2022"],
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
|
@ -13,13 +14,13 @@
|
|||
"noImplicitAny": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": false,
|
||||
"outDir": "./dist",
|
||||
"pretty": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "ES2022",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src"
|
||||
"target": "ES2022"
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts", "rollup.config.ts", "rollup.config.js"]
|
||||
"exclude": ["node_modules", "**/*.test.ts", "dist"],
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue