Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef6dd3d

Browse files
committed
Fix include path.
1 parent 89710cc commit ef6dd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib": [ "ES2019" ]
1010
},
1111
"include": [
12-
"*.ts",
12+
"src/*.ts",
1313
"test/*.ts"
1414
]
1515
}

0 commit comments

Comments
 (0)