Skip to content

Commit

Permalink
Merge pull request #92 from atmina/prettier-d-ts
Browse files Browse the repository at this point in the history
Add .d.ts for Prettier config
  • Loading branch information
mvarendorff2 committed Oct 26, 2023
2 parents 0360474 + cc00496 commit 90ea1be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prettier/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _exports: import('prettier').Config;
export = _exports;
8 changes: 8 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"include": ["prettier/**/*"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
}
}

0 comments on commit 90ea1be

Please sign in to comment.