docsify/test/consume-types/tsconfig.json
Joe Pea b960519608
feat: output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392)
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
2025-12-03 21:49:44 -08:00

15 lines
294 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "esnext",
"moduleResolution": "node",
"target": "esnext",
"strict": true,
"noEmit": true,
"lib": ["DOM", "ESNext", "WebWorker"],
"skipLibCheck": true,
"skipDefaultLibCheck": true
}
}