mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
chore: bump typescript to 5.1.3 (#2735)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
+6
-6
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user