mirror of
https://github.com/aoout/obsidian-epub-importer.git
synced 2026-07-22 08:50:30 +00:00
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "es2021",
|
|
"module": "commonjs",
|
|
"emitDeclarationOnly": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*.ts", "types.d.ts"]
|
|
}
|