Skip to content

Commit 3700a9b

Browse files
committed
WIP: enable fully ts checking of test files
1 parent 65ddb5e commit 3700a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neovim/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"outDir": "./lib"
55
},
66
"include": ["src"],
7-
"exclude": ["node_modules", "__tests__", "**/*.test.ts", "examples", "lib"]
7+
"exclude": ["node_modules", "examples", "lib"]
88
}

0 commit comments

Comments
 (0)