mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"extends": "../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"tsBuildInfoFile": "lib/.tsbuildinfo-client"
|
|
},
|
|
"include": [
|
|
"src/nprogress.ts",
|
|
"src/prism-include-languages.ts",
|
|
"src/theme",
|
|
"src/*.d.ts"
|
|
],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|