Skip to content

Commit

Permalink
Update package.json and TailwindCSS config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Onitoxan committed Oct 25, 2024
1 parent f7da37c commit a14d347
Show file tree
Hide file tree
Showing 7 changed files with 1,929 additions and 371 deletions.
2 changes: 1 addition & 1 deletion apps/hpc-cdm/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"polyfills": "apps/hpc-cdm/src/polyfills.ts",
"tsConfig": "apps/hpc-cdm/tsconfig.app.json",
"assets": ["apps/hpc-cdm/src/favicon.ico", "apps/hpc-cdm/src/assets"],
"styles": [],
"styles": ["node_modules/tailwindcss/tailwind.css"],
"scripts": [],
"webpackConfig": "apps/hpc-cdm/webpack.config.js",
"isolatedConfig": true
Expand Down
8 changes: 7 additions & 1 deletion apps/hpc-cdm/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"],
"include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"../../tailwind.config.js"
],
"files": [
"src/app/components/enketo-form/enketo-core.d.ts",
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/hpc-ftsadmin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"apps/hpc-ftsadmin/src/favicon.ico",
"apps/hpc-ftsadmin/src/assets"
],
"styles": [],
"styles": ["node_modules/tailwindcss/tailwind.css"],
"scripts": [],
"webpackConfig": "apps/hpc-ftsadmin/webpack.config.js",
"isolatedConfig": true
Expand Down
8 changes: 7 additions & 1 deletion apps/hpc-ftsadmin/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"],
"include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"../../tailwind.config.js"
],
"files": [
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
Expand Down
Loading

0 comments on commit a14d347

Please sign in to comment.