Skip to content

Commit 391614a

Browse files
committed
Prevent native ts from updating
1 parent fe7e03a commit 391614a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
// They are either ignored or throw an unknown option error:
55
//"importsNotUsedAsValues": "remove",
66
//"incremental": true,
7+
//"erasableSyntaxOnly": true,
78
"allowImportingTsExtensions": true,
89
"allowJs": false,
910
"composite": true,
1011
"declaration": true,
1112
"declarationMap": true,
12-
//"erasableSyntaxOnly": true,
1313
"esModuleInterop": true,
1414
"exactOptionalPropertyTypes": true,
1515
"forceConsistentCasingInFileNames": true,

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"loglevel": "minimal",
3-
"reject": ["eslint-plugin-unicorn", "terminal-link"],
3+
"reject": ["@typescript/native-preview", "eslint-plugin-unicorn", "terminal-link"],
44
"upgrade": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/which": "3.0.4",
127127
"@types/yargs-parser": "21.0.3",
128128
"@typescript-eslint/parser": "8.39.0",
129-
"@typescript/native-preview": "7.0.0-dev.20250523.1",
129+
"@typescript/native-preview": "7.0.0-dev.20250529.1",
130130
"@vitest/coverage-v8": "3.2.4",
131131
"blessed": "0.1.81",
132132
"blessed-contrib": "4.11.0",

0 commit comments

Comments
 (0)