js-waku/tsconfig.umd.json

10 lines
158 B
JSON
Raw Normal View History

{
"extends": "./tsconfig",
"compilerOptions": {
2021-10-11 15:03:13 +11:00
"module": "UMD",
"target": "es6",
"removeComments": true,
"outFile": "build/min.js"
}
}