Skip to content

Commit 93af5dd

Browse files
committed
chore: wip
1 parent 3567a00 commit 93af5dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"moduleDetection": "force",
88
"module": "esnext",
99
"moduleResolution": "bundler",
10+
"paths": {
11+
"@stacksjs/dtsx": ["./src/index.ts"]
12+
},
1013
"resolveJsonModule": true,
1114
"allowImportingTsExtensions": true,
1215
"strict": true,
@@ -20,10 +23,7 @@
2023
"isolatedDeclarations": true,
2124
"verbatimModuleSyntax": true,
2225
"skipDefaultLibCheck": true,
23-
"skipLibCheck": true,
24-
"paths": {
25-
"@stacksjs/dtsx": ["./src/index.ts"]
26-
},
26+
"skipLibCheck": true
2727
},
2828
"exclude": [
2929
"**/fixtures"

0 commit comments

Comments
 (0)