cozy-iiif
Version:
A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser
20 lines (19 loc) • 490 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"strict": true,
"target": "ES2020",
"verbatimModuleSyntax": true,
"useDefineForClassFields": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}