docusaurus/packages/docusaurus-theme-live-codeb.../tsconfig.server.json
Joshua Chen 250d9c8cf5
refactor(live-codeblock): migrate theme to TS (#6583)
* refactor(live-codeblock): migrate theme to TS

* Don't make it visible
2022-02-02 17:48:06 +08:00

6 lines
100 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/*.ts"],
"exclude": ["src/custom-buble.ts"]
}