network/tsconfig.json
2023-07-24 23:46:18 +03:00

8 lines
130 B
JSON

{
"compilerOptions": {
"jsx": "react",
"moduleResolution": "node"
},
"extends": "@tsconfig/docusaurus/tsconfig.json"
}