Skip to content

Commit a3eff16

Browse files
committed
Fix build
1 parent 124ea43 commit a3eff16

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@
1111
"inlineSourceMap": true,
1212
"inlineSources": true
1313
},
14-
"include": [
15-
"src/**/*",
16-
"tests/**/*",
17-
"utils/**/*",
18-
"scripts/scrapeSimvars.ts",
19-
"scripts/packetInspectorProxy.ts"
20-
]
14+
"include": ["src/**/*", "tests/**/*", "utils/**/*", "scripts/packetInspectorProxy.ts"]
2115
}

0 commit comments

Comments
 (0)