Skip to content

Commit

Permalink
chore: add tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Jun 4, 2022
1 parent a5b3c0e commit a458a32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file.
18 changes: 18 additions & 0 deletions packages/mathjax-render-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": "../../tsconfig.base.json",
"include": [
"src"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
"mathjax-render": [
"../mathjax-render/src/index.ts"
]
}
}
}

0 comments on commit a458a32

Please sign in to comment.