2020-06-06 23:44:44 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2020-06-21 00:40:50 +00:00
|
|
|
"incremental": true,
|
|
|
|
"target": "es5",
|
2020-06-06 23:44:44 +00:00
|
|
|
"module": "commonjs",
|
2020-06-19 19:08:48 +00:00
|
|
|
"types": [ "node", "jest", "axios", "moxios", "create-hmac" ],
|
2020-06-06 23:44:44 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
"declaration": true,
|
|
|
|
"strict": true,
|
2020-06-21 00:40:50 +00:00
|
|
|
"esModuleInterop": true
|
2020-06-06 23:44:44 +00:00
|
|
|
},
|
2020-06-23 18:58:06 +00:00
|
|
|
"include": [ "./src/**/*" ]
|
2020-06-06 23:44:44 +00:00
|
|
|
}
|