Skip to content

Commit c8c3473

Browse files
committed
chore: wip
1 parent 3345244 commit c8c3473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"lib": [
55
"esnext"
66
],
7-
"paths": {
8-
"nanofaker": ["./packages/core/src/index.ts"]
9-
},
107
"moduleDetection": "force",
118
"module": "esnext",
129
"moduleResolution": "bundler",
10+
"paths": {
11+
"nanofaker": ["./packages/core/src/index.ts"]
12+
},
1313
"resolveJsonModule": true,
1414
"types": [
1515
"bun"
@@ -27,5 +27,5 @@
2727
"verbatimModuleSyntax": true,
2828
"skipDefaultLibCheck": true,
2929
"skipLibCheck": true
30-
},
30+
}
3131
}

0 commit comments

Comments
 (0)