clean up. Filip fix

pull/1760/merge
Joseph Izang 3 years ago committed by yann300
parent cd275efc93
commit 0b1ce5055a
  1. 5
      libs/remix-ui/theme-module/src/lib/remix-ui-theme-module.tsx
  2. 2
      libs/remix-ui/theme-module/tsconfig.json
  3. 8
      nx.json

@ -1,5 +1,6 @@
import { ThemeModule } from '../../types/theme-module'; import React from 'react'
import './remix-ui-theme-module.module.css'; import { ThemeModule } from '../../types/theme-module'
import './remix-ui-theme-module.module.css'
/* eslint-disable-next-line */ /* eslint-disable-next-line */
export interface RemixUiThemeModuleProps { export interface RemixUiThemeModuleProps {

@ -1,7 +1,7 @@
{ {
"extends": "../../../tsconfig.base.json", "extends": "../../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx", "jsx": "react",
"allowJs": true, "allowJs": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,

@ -145,5 +145,13 @@
"remix-ui-theme-module": { "remix-ui-theme-module": {
"tags": [] "tags": []
} }
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
} }
} }

Loading…
Cancel
Save