sdk-for-customer-facing-channels
Version:
An SDK for customer-facing channels
19 lines (18 loc) • 349 B
JSON
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"declaration": true,
"skipLibCheck": true,
"strict": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}