Skip to content

Commit 6a1072b

Browse files
author
Agney
committed
include types folder
1 parent e9515b2 commit 6a1072b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

playground/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"typeRoots": [
1111
"./node_modules/@types",
1212
"../node_modules/@types",
13-
"./src/types"
13+
"src/types"
1414
]
15-
}
15+
},
16+
"include": ["src/types"]
1617
}

0 commit comments

Comments
 (0)