Skip to content

Commit

Permalink
update ts compiled directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Oct 2, 2022
1 parent 29f9a95 commit fabbdd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled
dist
./lib

# dependencies
node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@craco/craco",
"description": "Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"scripts": {
"prepublishOnly": "tsc",
"test": "jest"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"moduleResolution": "node",
"downlevelIteration": true,
"declaration": true,
"outDir": "dist"
"outDir": "lib"
},
"include": ["src"]
}
}

0 comments on commit fabbdd6

Please sign in to comment.