/ tailwind.config.js
tailwind.config.js
 1  /** @type {import('tailwindcss').Config} */
 2  module.exports = {
 3    content: [
 4      "./index.html",
 5      "./renderer.ts",
 6    ],
 7    theme: {
 8      extend: {},
 9    },
10    plugins: [],
11  }