Files
waku-ts/tsconfig.cjs.json
Pedro Gomes 30a497b4f7 setup
2020-05-13 20:03:53 +02:00

13 lines
236 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/cjs",
"rootDir": "./src",
"target": "es6",
"module": "commonjs",
"incremental": true,
"noUnusedLocals": false,
"strict": false
}
}