[packages][s]: fix public api of remark-* and core packages

This commit is contained in:
olayway
2023-06-13 12:09:59 +02:00
parent 5b1238cc27
commit 6f0da8c3a3
6 changed files with 32 additions and 6 deletions

View File

@@ -3,8 +3,9 @@
"compilerOptions": {
"types": ["node"],
"outDir": "dist",
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"declaration": true
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts", "**/*.js"]
"include": ["src/**/*.ts"]
}