Skip to content

Commit

Permalink
Update tsconfig files for CSS package
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 25, 2024
1 parent a38e108 commit ce05c43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 1 addition & 7 deletions packages/css/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules/**/*"
]
}
}
8 changes: 6 additions & 2 deletions packages/css/tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src"
}
"rootDir": "src",
"outDir": "dist",
},
"include": [
"src/**/*"
]
}

0 comments on commit ce05c43

Please sign in to comment.