mirror of
https://github.com/alexgo-io/peggedassets-server.git
synced 2026-01-12 22:43:29 +08:00
fix tsconfig
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"noImplicitThis": false,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": true,
|
||||
"lib": ["ES2019"]
|
||||
"lib": ["ES2019"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["src/setupTestEnv.js"]
|
||||
|
||||
Reference in New Issue
Block a user