Skip to content

Commit

Permalink
clean up. Filip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang authored and yann300 committed Dec 21, 2021
1 parent cd275ef commit 0b1ce50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions libs/remix-ui/theme-module/src/lib/remix-ui-theme-module.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ThemeModule } from '../../types/theme-module';
import './remix-ui-theme-module.module.css';
import React from 'react'
import { ThemeModule } from '../../types/theme-module'
import './remix-ui-theme-module.module.css'

/* eslint-disable-next-line */
export interface RemixUiThemeModuleProps {
Expand Down
2 changes: 1 addition & 1 deletion libs/remix-ui/theme-module/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react",
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand Down
8 changes: 8 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,13 @@
"remix-ui-theme-module": {
"tags": []
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
}
}

0 comments on commit 0b1ce50

Please sign in to comment.