Skip to content

Instantly share code, notes, and snippets.

@destinio
Last active January 26, 2024 21:25
Show Gist options
  • Save destinio/9a4694a34957fb70b2617d3442ebbfb5 to your computer and use it in GitHub Desktop.
Save destinio/9a4694a34957fb70b2617d3442ebbfb5 to your computer and use it in GitHub Desktop.
Config Files
// @ts-nocheck
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./**/*.php', './**/*.html'],
theme: {
extend: {},
},
plugins: [],
}
{
"compilerOptions": {
"strict": true,
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment