move react projects to own folder

This commit is contained in:
2026-06-11 14:49:21 +02:00
parent 81ecc4d3f5
commit d8699ee4b5
35 changed files with 2 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"files": [],
"references": [
{
"path": "./common"
}
],
"compilerOptions": {
"module": "ESNext",
"target": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"jsx": "react-jsx",
"paths": {
"@common/*": [
"./common/*"
]
},
"isolatedModules": true,
"verbatimModuleSyntax": true,
"resolvePackageJsonExports": true,
"resolvePackageJsonImports": true
//
}
}