copy-code-snippet
Version:
Zero-dependency Javascript utility that automatically adds "Copy" buttons to your `<pre><code>` blocks - perfect for blogs, docs, and any site that displays code.
17 lines (16 loc) • 419 B
JSON
{
"compilerOptions": {
"composite": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": false,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,
"outDir": "./dist",
"strict": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}