@millergeek/vue-library-printable-zine
Version:
A vue library for creating printable zines
19 lines (18 loc) • 367 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": false,
"skipLibCheck": true
},
"include": [
"src"
]
}