mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 02:18:25 +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"
|
|
}
|
|
}
|