Skip to content

Commit

Permalink
Emit type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Sep 10, 2024
1 parent bfe7779 commit 4fa637c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"target": "ESNext",
"baseUrl": ".",
"rootDir": ".",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowJs": true,
"outDir": "dist",
"sourceMap": true,
"esModuleInterop": true,
"declaration": false
},
"exclude": ["**/node_modules", "**/.*/", "**/dist/"]
"compilerOptions": {
"target": "ESNext",
"baseUrl": ".",
"rootDir": ".",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowJs": true,
"outDir": "dist",
"sourceMap": true,
"esModuleInterop": true,
"declaration": true
},
"exclude": ["**/node_modules", "**/.*/", "**/dist/"]
}

0 comments on commit 4fa637c

Please sign in to comment.