feat(devtools): migrate devtools package into monorepo (#18936)

This commit is contained in:
Sandy Tao
2026-02-18 12:04:02 -08:00
committed by GitHub
parent 858918fe31
commit 65ad78b9c0
17 changed files with 2626 additions and 22 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"jsx": "react-jsx",
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["src", "client/src"]
}