UNPKG

344 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es6",
4 "module": "commonjs",
5 "removeComments": true,
6 "noImplicitAny": false,
7 "inlineSources": true,
8 "sourceMap" : true,
9 "moduleResolution": "node",
10 "outDir": "./lib",
11 "types": [
12 "node",
13 "amqplib",
14 "mocha"
15 ]
16 },
17 "exclude": [
18 "node_modules"
19 ]
20}
\No newline at end of file