Skip to content

Commit

Permalink
compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
palenshus committed Jul 11, 2023
1 parent 537e37a commit a6674bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed image.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OnThisDayView } from 'src/OnThisDayView';
import { SettingTab } from 'src/SettingTab';
import { OnThisDayView } from 'OnThisDayView';
import { SettingTab } from 'SettingTab';
import { MarkdownView, Plugin, moment } from 'obsidian';

export interface PluginSettings {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "./src",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
Expand Down

0 comments on commit a6674bd

Please sign in to comment.