mirror of https://github.com/waku-org/js-waku.git
12 lines
177 B
JSON
12 lines
177 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"outDir": "build/module",
|
||
|
"module": "esnext"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules/**"
|
||
|
]
|
||
|
}
|