2020-06-06 23:44:44 +00:00
|
|
|
{
|
2022-05-06 19:03:50 +00:00
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2023-08-08 04:35:31 +00:00
|
|
|
"types": [ "node", "jest", "create-hmac" ],
|
2022-05-06 19:03:50 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist",
|
2023-03-24 01:02:20 +00:00
|
|
|
"target": "es5",
|
2023-08-08 04:35:31 +00:00
|
|
|
"typeRoots": [ "./node_modules/@types" ]
|
2022-05-06 19:03:50 +00:00
|
|
|
},
|
|
|
|
"include": [ "src/" ]
|
2020-06-06 23:44:44 +00:00
|
|
|
}
|