mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 15:23:50 +08:00
45 lines
1004 B
JSON
Generated
45 lines
1004 B
JSON
Generated
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
|
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"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,
|
|
"types": [
|
|
"jest",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
"**/__tests__/**/*",
|
|
"**/__mocks__/**/*"
|
|
]
|
|
}
|