mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2026-06-03 23:24:13 -06:00
PR-715551: Fix tsconfig.json for TypeScript 6 compatibility.
Added ignoreDeprecations and types jest/node to fix TS6 breaking changes. Regenerated package-lock.json with --include=optional.
This commit is contained in:
2368
package-lock.json
generated
2368
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,9 +3,11 @@
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"target": "es2021",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "node10",
|
||||
"ignoreDeprecations": "5.0",
|
||||
"sourceMap": true,
|
||||
"typeRoots" : ["./src/@types", "./node_modules/@types"],
|
||||
"types": ["jest", "node"],
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
||||
Reference in New Issue
Block a user