Skip to content

Commit

Permalink
updated doc tsconfig for better autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 10, 2021
1 parent 4d3fc16 commit 7fb8b94
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/documentation/tsconfig.json
Expand Up @@ -9,12 +9,7 @@
"target": "esnext",
"rootDir": "src",
"baseUrl": "src",
"isolatedModules": true,
"paths": {
"@react-md/*": [
"../*"
]
}
"isolatedModules": true
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 7fb8b94

Please sign in to comment.