Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
StelFoog committed Oct 26, 2023
1 parent 38bf58c commit 22fef06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/util/songs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readdirSync, readFileSync, writeFileSync } from 'fs';
import * as matter from 'gray-matter';
import matter from 'gray-matter';
import { join } from 'path';
import { Song, XmlifyableSong } from '../definitions/song';
import { getIdFromFileName } from './generateFileName';
Expand Down
2 changes: 1 addition & 1 deletion test/songFiles.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readFileSync } from 'fs';
import * as matter from 'gray-matter';
import matter from 'gray-matter';
import { validMetaKeys } from '../src/definitions/song';
import { TAGS } from '../src/definitions/tags';
import { getAllSongPaths, getAllSongs } from '../src/util/songs';
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"target": "ES2017",
"sourceMap": true,
"inlineSources": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": "src"
},
Expand Down

0 comments on commit 22fef06

Please sign in to comment.