fix: set noErrorTruncation compiler flag (#6196)
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"lib": ["dom", "es2020", "dom.iterable", "esnext.asynciterable"],
|
"lib": ["dom", "es2020", "dom.iterable", "esnext.asynciterable"],
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
"noErrorTruncation": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"noImplicitOverride": false,
|
"noImplicitOverride": false,
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
@@ -30,9 +31,5 @@
|
|||||||
"~/*": ["./app/*"]
|
"~/*": ["./app/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": ["node_modules", "build", "server/migrations"]
|
||||||
"node_modules",
|
}
|
||||||
"build",
|
|
||||||
"server/migrations"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user