Skip to content

Commit

Permalink
build(network): add jsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 7, 2023
1 parent 14445fe commit 0da93e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/network/jsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"./jsconfig.json",
"../../tsconfig-build-options.json"
]
}
13 changes: 13 additions & 0 deletions packages/network/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 0da93e4

Please sign in to comment.