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