UNPKG

315 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es6",
5 "strict": true,
6 "sourceMap": false,
7 "watch": false,
8 "rootDir": "./",
9 "types": [
10 "node"
11 ],
12 "lib": [
13 "es2015",
14 "es2016.array.include"
15 ]
16 },
17 "exclude": [
18 "node_modules",
19 "example"
20 ]
21}
\No newline at end of file