Skip to content

Commit ada4ecb

Browse files
committed
chore(tsc): exclude test folder from tsconfig file
1 parent 0ca610e commit ada4ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"allowSyntheticDefaultImports": true,
1111
"typeRoots": ["node_modules/@types", "./types"]
1212
},
13-
"include": ["src", "test", "types"]
13+
"include": ["src", "types"]
1414
}
15-

0 commit comments

Comments
 (0)