mirror of https://github.com/vacp2p/waku-ts.git
13 lines
236 B
JSON
13 lines
236 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/cjs",
|
||
|
"rootDir": "./src",
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"incremental": true,
|
||
|
"noUnusedLocals": false,
|
||
|
"strict": false
|
||
|
}
|
||
|
}
|