@gitbutler/svelte-comment-injector
Version:
A Svelte preprocessor that injects HTML comments for identifying components in browser DevTools.
17 lines (16 loc) • 319 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "dist",
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"allowJs": false
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}