Repository URL to install this package:
|
Version:
5.0.0-1 ▾
|
vending-agent-dep
/
usr
/
local
/
lib
/
vending
/
agent
/
node_modules
/
native-promise-util
/
tsconfig.json
|
|---|
{
// TSConfig reference: https://www.typescriptlang.org/tsconfig
// Configured based on https://stackoverflow.com/a/57607634/1131246
"compilerOptions": {
// Strict checks
"strict": true,
// Project options
"declaration": true,
"lib": [ "ES2018" ],
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"target": "ES2018",
// Module resolution
"esModuleInterop": true,
// Advanced
"forceConsistentCasingInFileNames": true
}
}