mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 09:33:51 +08:00
4ea1c384b2
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/dkershner6/post-api-call-action/actions/runs/7434770119 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com>
49 lines
1.1 KiB
JSON
Generated
49 lines
1.1 KiB
JSON
Generated
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
|
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": [
|
|
"es2023"
|
|
],
|
|
"module": "CommonJS",
|
|
"noEmitOnError": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"stripInternal": true,
|
|
"target": "es2022",
|
|
"skipLibCheck": true,
|
|
"noImplicitOverride": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"types": [
|
|
"jest",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"src/**/__tests__/**/*",
|
|
"src/**/__mocks__/**/*",
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
".projenrc.ts",
|
|
"projenrc/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|