Skip to content

Commit

Permalink
chore: do not build d.ts and .map files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisyukaev committed Nov 21, 2023
1 parent 0705dfe commit 43ae828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "@pisyukaev/tsconfig",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"sourceMap": false,
"declaration": false
},
"include": ["src"]
}

0 comments on commit 43ae828

Please sign in to comment.