Skip to content

Commit 79b6a35

Browse files
committed
chore: update tsconfig.json
1 parent a510d8b commit 79b6a35

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"module": "node20",
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
56
"types": ["node"],
67
"libReplacement": false,
7-
"declaration": true,
8-
"sourceMap": true,
9-
"rootDir": "./src",
10-
"outDir": "./dist",
8+
119
"strict": true,
1210
"forceConsistentCasingInFileNames": true,
1311
"noFallthroughCasesInSwitch": true,
@@ -17,7 +15,14 @@
1715
"isolatedDeclarations": true,
1816
"allowImportingTsExtensions": true,
1917
"rewriteRelativeImportExtensions": true,
20-
"erasableSyntaxOnly": true
18+
"erasableSyntaxOnly": true,
19+
"stableTypeOrdering": true,
20+
21+
"declaration": true,
22+
"sourceMap": true,
23+
"rootDir": "./src",
24+
"outDir": "./dist",
25+
"stripInternal": true
2126
},
2227
"include": ["./src/**/*"]
2328
}

0 commit comments

Comments
 (0)