marked/tsconfig-types.json
Tony Brix a990c54e0c
fix: fix more types (#2893)
Co-authored-by: Steven <steven@ceriously.com>
2023-08-19 16:55:56 -06:00

12 lines
240 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"verbatimModuleSyntax": false,
"isolatedModules": false,
"outFile": "lib/marked.d.ts"
}
}