Skip to content

Commit

Permalink
test: fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Nov 15, 2023
1 parent e63c855 commit 6eea0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": [".", "../declaration.d.ts"],
"compilerOptions": {
"outDir": "../../TSPC_OUTPUT",
"outDir": "../../TSPC_OUTPUT/cleanCss",
"module": "NodeNext",
"plugins": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"include": ["."],
"exclude": ["cssnano"],
"exclude": ["cleanCss"],
"compilerOptions": {
"outDir": "../TSPC_OUTPUT",
"module": "NodeNext",
"plugins": [
{
"transform": "typescript-transform-lit-css",
"inline": true,
"cleanCss": true
"cleanCss": false
}
]
}
Expand Down

0 comments on commit 6eea0ea

Please sign in to comment.