Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Mar 25, 2024
1 parent 6aa78a5 commit 30a903d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"baseUrl": "./", // Base directory for the parent project
"rootDir": "./src/js", // Root directory containing the sources
"resolveJsonModule": true
}
},
"include": [
"./src/js"
],
"exclude": [
"./node_modules",
"./dist"
],
}

0 comments on commit 30a903d

Please sign in to comment.