15 lines
198 B
JSON
15 lines
198 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"marked": [
|
|
"lib/marked.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"test/types/*.ts"
|
|
]
|
|
}
|