post-api-call/tsconfig.json

35 lines
827 B
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
"rootDir": "src",
"outDir": "lib",
"alwaysStrict": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": [
"es2019"
],
"module": "CommonJS",
"noEmitOnError": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2019"
2021-05-22 05:53:33 +08:00
},
2023-12-31 11:05:12 +08:00
"include": [
"src/**/*.ts"
],
"exclude": []
2021-05-22 05:53:33 +08:00
}