Skip to content

Commit 581bf55

Browse files
committed
Update deps
1 parent 8d241a3 commit 581bf55

File tree

4 files changed

+308
-303
lines changed

4 files changed

+308
-303
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,
87
"allowImportingTsExtensions": false,
98
"allowJs": false,
109
"composite": true,
1110
"declaration": true,
1211
"declarationMap": true,
12+
"erasableSyntaxOnly": true,
1313
"esModuleInterop": true,
1414
"exactOptionalPropertyTypes": true,
1515
"forceConsistentCasingInFileNames": true,

.ncurc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"loglevel": "minimal",
3-
"reject": [
4-
"@typescript/native-preview",
5-
"eslint-plugin-unicorn",
6-
"terminal-link"
7-
],
3+
"reject": ["eslint-plugin-unicorn", "terminal-link"],
84
"upgrade": true
95
}

0 commit comments

Comments
 (0)