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

15 lines
198 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"marked": [
"lib/marked.d.ts"
]
}
},
"include": [
"test/types/*.ts"
]
}