mirror of
https://github.com/vacp2p/waku-ts.git
synced 2026-01-08 21:07:59 -05:00
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
|
|
}
|
|
}
|