mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2026-06-03 23:24:13 -06:00
PR-715551: Fix ignoreDeprecations to 6.0 in tsconfig.json.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"esModuleInterop": true,
|
||||
"target": "es2021",
|
||||
"moduleResolution": "node10",
|
||||
"ignoreDeprecations": "5.0",
|
||||
"ignoreDeprecations": "6.0",
|
||||
"sourceMap": true,
|
||||
"typeRoots" : ["./src/@types", "./node_modules/@types"],
|
||||
"types": ["jest", "node"],
|
||||
|
||||
Reference in New Issue
Block a user