Bring in node-signald

This commit is contained in:
Abel Luck 2023-03-13 10:47:38 +00:00
parent 26bd446368
commit 41971732d0
13 changed files with 3474 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"extends": "tsconfig-link",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"types": ["jest", "node"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}