docs: update platforms in properties tab (#3562)

* docs: update platforms in properties tab

* docs: update platforms in drm, events and methods tab
This commit is contained in:
Dominik Danielewicz
2024-03-08 12:48:01 +01:00
committed by GitHub
parent 46c8c498c4
commit 962ca2d195
9 changed files with 1146 additions and 982 deletions

28
docs/tsconfig.json Normal file
View File

@@ -0,0 +1,28 @@
{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}