mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"name": "@docusaurus/tsconfig",
|
|
"version": "3.4.0",
|
|
"description": "Docusaurus base TypeScript configuration.",
|
|
"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"
|
|
}
|