UNPKG

329 BJSONView Raw
1{
2 "$schema": "../schemas/lib-project-config-schema.json#",
3 "root": "src",
4 "outputPath": "dist",
5 "tsTranspilations": true,
6 "envOverrides": {
7 "prod": {
8 "banner": "../banner.txt",
9 "copy": [
10 "../LICENSE",
11 "README.md"
12 ],
13 "bundles": true,
14 "packageJsonCopy": true
15 }
16 }
17}