Skip to content

Commit

Permalink
chore: add tsconfig.json for nansen plugin
Browse files Browse the repository at this point in the history
Co-Authored-By: Alfonso Gomez Jordana Manas <[email protected]>
  • Loading branch information
1 parent d0f710b commit 15d5914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typescript/packages/plugins/nansen/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 15d5914

Please sign in to comment.