mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-21 17:38:14 +00:00
12 lines
177 B
JSON
12 lines
177 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"outDir": "build/module",
|
|
"module": "esnext"
|
|
},
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
}
|