Skip to content

Commit 38e9e95

Browse files
Fix type
1 parent 4b57cd2 commit 38e9e95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module "std" {
2+
function exit(code: number): void;
3+
}

packages/cursorless-everywhere-talon-e2e/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"target": "ES2022"
55
},
66
"include": ["src/**/*.ts", "src/**/*.json", "../../typings/**/*.d.ts"],
7-
"exclude": ["src/quickjsTest.ts"],
87
"references": [
98
{
109
"path": "../common"

0 commit comments

Comments
 (0)