marked/tsconfig-type-test.json

15 lines
198 B
JSON
Raw Normal View History

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