mirror of
https://github.com/facebook/docusaurus.git
synced 2026-06-29 04:00:23 -04:00
3f10bdc930
* v4.0.0
* bump package.json versions, mostly for canary release versioning
* use triple installs for supply chain workflow
* Revert "v4.0.0"
This reverts commit 8303548033.
* v3.10.1
* revert versioning docs
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"name": "@docusaurus/tsconfig",
|
|
"version": "3.10.1",
|
|
"description": "Base TypeScript configuration for Docusaurus websites",
|
|
"main": "tsconfig.json",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"tsconfig",
|
|
"typescript",
|
|
"docusaurus"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-tsconfig"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typescript": ">=6.0"
|
|
}
|
|
}
|