wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
19 lines • 474 B
JSON
{
"compilerOptions": {
"strictPropertyInitialization": false,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"declaration": false,
"esModuleInterop": true,
"module": "commonjs",
"outDir": "./dist",
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNEXT",
"typeRoots": ["./node_modules/@types", "./src/types"],
"types": ["node"]
},
"include": ["src/"]
}