mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-22 09:58:10 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"outDir": "build/module",
|
|
"module": "esnext"
|
|
},
|
|
"exclude": ["node_modules/**"]
|
|
}
|