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 './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 {

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

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

Loading…
Cancel
Save