Repository URL to install this package:
Version:
2.1.0-1 ▾
|
vending-mp-tcn-dep
/
usr
/
local
/
lib
/
vending
/
mp
/
tcn
/
node_modules
/
safe-stable-stringify
/
tsconfig.json
|
---|
{
"compilerOptions": {
"baseUrl": "./",
"allowJs": true,
"checkJs": true,
"sourceMap": false,
"declaration": false,
"noEmit": true,
"downlevelIteration": false,
"experimentalDecorators": false,
"moduleResolution": "node",
"importHelpers": false,
"target": "esnext",
"module": "CommonJS",
"lib": [
"esnext",
"dom"
]
},
"include": ["**/*.js", "**/*.ts"],
"exclude": ["compare.js", "benchmark.js", "./coverage"]
}