Skip to content
Snippets Groups Projects

Support for common definition of pnpm config like also sharing helper scripts used while building NPM applications

Merged Bartek Wrona requested to merge bw_common_config into develop
@@ -4,7 +4,20 @@
"resolveJsonModule": true,
"experimentalDecorators": true,
"incremental": false,
"incremental": true,
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"target": "ES2020",
"lib": [
"DOM",
"ES2020"
],
"module": "ES2020",
"moduleResolution": "bundler",
"rootDir": "./src",
"outDir": "./dist",
"noEmit": false,
"declaration": true,
@@ -32,11 +45,6 @@
"allowJs": false,
"target": "ES2020",
"lib": [
"DOM",
"ES2020"
],
"esModuleInterop": true,
"noErrorTruncation": true,
Loading