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