Notes/packages/turndown-plugin-gfm/tsconfig.lib.json
2025-04-22 15:21:13 +03:00

16 lines
379 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",
"emitDeclarationOnly": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"types": ["node"]
},
"include": ["src/**/*.ts", "src/**/*.js"],
"references": []
}