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
+6 -6
View File
@@ -69,10 +69,7 @@
"@affine/graphql": ["./packages/graphql/src"],
"@affine/copilot": ["./plugins/copilot/src"],
"@affine/copilot/*": ["./plugins/copilot/src/*"],
"@affine/electron/layers/*": ["./apps/electron/layers/*"],
"@affine/electron/preload": [
"./apps/electron/layers/preload/preload.d.ts"
],
"@affine/electron/scripts/*": ["./apps/electron/scripts/*"],
"@affine-test/kit/*": ["./tests/kit/*"],
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
"@toeverything/infra": ["./packages/infra/src"],
@@ -81,7 +78,10 @@
"@toeverything/plugin-infra": ["./packages/plugin-infra/src"],
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
"@affine/native": ["./packages/native/index.d.ts"],
"@affine/native/*": ["./packages/native/*"]
"@affine/native/*": ["./packages/native/*"],
// Development only
"@affine/electron/layers/*": ["./apps/electron/layers/*"]
}
},
"include": [],
@@ -146,5 +146,5 @@
}
],
"files": [],
"exclude": ["node_modules"]
"exclude": ["node_modules", "target", "lib", "test-results"]
}