We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e84967 commit 7b33cbcCopy full SHA for 7b33cbc
packages/backend/tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
+ "ignoreDeprecations": "6.0",
5
"module": "NodeNext",
6
"moduleResolution": "NodeNext",
7
"outDir": "dist",
packages/script/tsconfig.json
"module": "NodeNext"
}
0 commit comments