style: update recorder api playground styles

This commit is contained in:
2025-01-15 01:22:05 +08:00
parent 9a2a8f029f
commit 027112db9a
40 changed files with 1700 additions and 1325 deletions

View File

@@ -1,15 +1,10 @@
{
"extends": "@konobangu/typescript-config/base.json",
"compilerOptions": {
"lib": ["DOM", "ES2022", "DOM.AsyncIterable", "DOM.Iterable"],
"lib": ["DOM", "ES2024", "DOM.AsyncIterable", "DOM.Iterable"],
"jsx": "react-jsx",
"target": "ES2020",
"noEmit": true,
"skipLibCheck": true,
"useDefineForClassFields": true,
"module": "ESNext",
"isolatedModules": true,
"resolveJsonModule": true,
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"strict": true,