Bring in node-signald
This commit is contained in:
parent
26bd446368
commit
41971732d0
13 changed files with 3474 additions and 0 deletions
27
packages/node-signald/example/tsconfig.json
Normal file
27
packages/node-signald/example/tsconfig.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2019",
|
||||
"lib": ["es2020"],
|
||||
"declaration": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./dist",
|
||||
"types": ["node", "jest"],
|
||||
|
||||
"moduleResolution": "node",
|
||||
"inlineSourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"traceResolution": false,
|
||||
"listEmittedFiles": false,
|
||||
"listFiles": false,
|
||||
"pretty": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": ["example.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue