Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit fdd0611

Browse files
committed
change(tsconfig.json): rootDir is "./" to "./src"
1 parent a45a1f9 commit fdd0611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noUnusedLocals": true,
1111
"noUnusedParameters": true,
1212
"outDir": "./dist",
13-
"rootDir": "./",
13+
"rootDir": "./src",
1414
"strict": true,
1515
"target": "ES2020",
1616
"noEmitOnError": true,

0 commit comments

Comments
 (0)