post-api-call/tsconfig.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2023-12-31 11:05:12 +08:00
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
2021-05-22 05:53:33 +08:00
{
"compilerOptions": {
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"
]
2021-05-22 05:53:33 +08:00
},
2023-12-31 11:05:12 +08:00
"include": [
2023-12-31 11:18:19 +08:00
"src/**/*.ts",
"test/**/*.ts",
"src/**/__tests__/**/*",
"src/**/__mocks__/**/*",
"src/**/*.test.ts",
"src/**/*.spec.ts",
".projenrc.ts",
"projenrc/**/*.ts"
2023-12-31 11:05:12 +08:00
],
2023-12-31 11:18:19 +08:00
"exclude": [
"node_modules"
]
2021-05-22 05:53:33 +08:00
}