Skip to content

Commit

Permalink
Remove declaration files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Mar 27, 2024
1 parent 16ebe87 commit a875d67
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
26 changes: 0 additions & 26 deletions dist/src/covered.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/test/test.spec.d.ts

This file was deleted.

5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"declaration": true,
"declaration": false,
"sourceMap": true,
"module": "ESNext",
"lib": ["es2023"],
Expand All @@ -11,6 +11,5 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist"
},
"include": ["src/**/*", "test/**/*", "test-fixture/**/*"]
}
}

0 comments on commit a875d67

Please sign in to comment.