7690849a87
* Move module declarations for Markdown and MDX to the proper file so they're globally available * Remove tsconfig.json depending on client.d.ts unnecessarily
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src", "index.d.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declarationDir": "./dist",
|
|
"module": "ES2020",
|
|
"outDir": "./dist",
|
|
"target": "ES2020"
|
|
}
|
|
}
|