mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "UMD",
|
|
"target": "es6",
|
|
"removeComments": true,
|
|
"outFile": "build/min.js"
|
|
}
|
|
}
|