epubavocado
Version:
I am an EPUB object model aspiring to be standards compliant.
16 lines (15 loc) • 326 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "ES2015",
"module": "ES2020",
"moduleResolution": "node",
"outDir": "lib/esm",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/"]
}