post-api-call/tsconfig.publish.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-12-31 11:05:12 +08:00
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
{
"compilerOptions": {
2023-12-31 11:18:19 +08:00
"rootDir": "src",
"outDir": "lib",
2023-12-31 11:05:12 +08:00
"alwaysStrict": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": [
2023-12-31 11:18:19 +08:00
"es2023"
2023-12-31 11:05:12 +08:00
],
"module": "CommonJS",
"noEmitOnError": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
2023-12-31 11:18:19 +08:00
"noUnusedLocals": false,
"noUnusedParameters": false,
2023-12-31 11:05:12 +08:00
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
2023-12-31 11:18:19 +08:00
"target": "es2022",
"skipLibCheck": true,
"noImplicitOverride": true,
"forceConsistentCasingInFileNames": true,
2023-12-31 11:18:19 +08:00
"types": [
"jest",
"node"
]
2023-12-31 11:05:12 +08:00
},
"include": [
2023-12-31 11:18:19 +08:00
"src/**/*.ts"
2023-12-31 11:05:12 +08:00
],
"exclude": [
2023-12-31 11:18:19 +08:00
"src/**/*.test.ts",
"src/**/*.spec.ts",
"**/__tests__/**/*",
"**/__mocks__/**/*"
2023-12-31 11:05:12 +08:00
]
}