Skip to content

Commit a28b956

Browse files
committed
feat: removed deprecated tsconfig option
1 parent 33ab6b4 commit a28b956

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"extends": "@docusaurus/tsconfig",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"strict": true,
65
"lib": ["ESNext", "DOM", "DOM.Iterable"],
76
"paths": {
87
"@site/*": ["./*"],
9-
"react-native-enriched-html": ["../src/index.tsx"]
10-
}
8+
"react-native-enriched-html": ["../src/index.tsx"],
9+
},
1110
},
1211
"include": ["src"],
13-
"exclude": [".docusaurus", "build"]
14-
}
12+
"exclude": [".docusaurus", "build"],
13+
}

0 commit comments

Comments
 (0)