chore: bump typescript to 5.1.3 (#2735)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Himself65
2023-06-09 11:42:54 +08:00
committed by GitHub
parent 119b4cdf10
commit c5a295a87b
14 changed files with 56 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"target": "ESNext",
@@ -6,7 +7,13 @@
"resolveJsonModule": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "dist/scripts"
"outDir": "dist/scripts",
"rootDir": "."
},
"references": [
{
"path": "../../tests/fixtures"
}
],
"include": ["scripts", "package.json"]
}