mirror of
https://github.com/kennethnym/aris.git
synced 2026-04-13 13:21:18 +01:00
- Upgrade typescript from ^5 to ^6 across all packages - Address TS6 breaking changes in tsconfig files: - Add explicit types array (new default is []) - Remove deprecated baseUrl (paths work without it) - Remove redundant esModuleInterop: true - Merge DOM.Iterable into DOM lib - Install @typescript/native-preview for tsgo CLI - Enable tsgo in VS Code settings Co-authored-by: Ona <no-reply@ona.com>
4 lines
40 B
JSON
4 lines
40 B
JSON
{
|
|
"js/ts.experimental.useTsgo": true
|
|
}
|