waku-ts/tsconfig.cjs.json

13 lines
236 B
JSON
Raw Normal View History

2020-05-13 18:03:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/cjs",
"rootDir": "./src",
"target": "es6",
"module": "commonjs",
"incremental": true,
"noUnusedLocals": false,
"strict": false
}
}