2019-06-11 17:32:22 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./bin",
|
|
|
|
"strict": true,
|
2019-07-31 20:32:35 +00:00
|
|
|
"sourceMap": true,
|
2019-06-11 17:32:22 +00:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src"
|
|
|
|
],
|
|
|
|
"exclude": [
|
2020-05-03 21:31:40 +00:00
|
|
|
"**/node_modules",
|
2019-06-11 17:32:22 +00:00
|
|
|
"**/__tests__/*"
|
|
|
|
]
|
|
|
|
}
|