datahub/packages/remark-wiki-link/tsconfig.spec.json

8 lines
137 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
}