js-waku/tsconfig.umd.json
2022-06-20 14:32:20 +10:00

10 lines
158 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "UMD",
"target": "es6",
"removeComments": true,
"outFile": "build/min.js"
}
}