docusaurus/packages/docusaurus-plugin-svgr/tsconfig.json
2024-11-29 17:26:34 +01:00

8 lines
148 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": false
},
"include": ["src"],
"exclude": ["**/__tests__/**"]
}