add hw2
This commit is contained in:
14
node_modules/pino/tsconfig.json
generated
vendored
Normal file
14
node_modules/pino/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"lib": [ "es2015", "dom" ],
|
||||
"module": "commonjs",
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
},
|
||||
"exclude": [
|
||||
"./test/types/*.test-d.ts",
|
||||
"./*.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user