Skip to content

Commit

Permalink
feat: add .d.ts for Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Schleemann committed Sep 22, 2023
1 parent 9924d38 commit cc00496
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 cc00496

Please sign in to comment.