Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 4, 2023
1 parent c239f7b commit 05ad3c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/boot/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// @ts-check
// Ambient types
import '@agoric/vats/src/core/types.js';
13 changes: 13 additions & 0 deletions packages/boot/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"checkJs": false,
},
"include": [
"*.js",
"scripts/**/*.js",
"src/**/*.js",
"test/**/*.js",
"tools/**/*.js",
],
}

0 comments on commit 05ad3c4

Please sign in to comment.