Skip to content

Commit

Permalink
fix: noEmit for Obsidian package
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent 93feeae commit 7a36a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/obsidian/tsconfig.json
Expand Up @@ -5,7 +5,7 @@
"rootDir": "src",
"outDir": "dist",
"declarationDir": "dist",
"emitDeclarationOnly": true,
"noEmit": true,
"skipLibCheck": true,
},
"include":[ "**/*.ts", "**/*.tsx" ],
Expand Down

0 comments on commit 7a36a92

Please sign in to comment.