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

11 lines
221 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node"],
"outDir": "dist",
"forceConsistentCasingInFileNames": true
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts", "**/*.js"]
}