remove community

This commit is contained in:
wass08
2026-03-13 09:07:46 +01:00
parent 3eeba322a8
commit f2501be2bf
693 changed files with 8264 additions and 35562 deletions
+3 -4
View File
@@ -1,14 +1,13 @@
{
"extends": "@repo/typescript-config/react-library.json",
"extends": "@pascal/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"noEmit": false,
"composite": true,
"incremental": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../core" }
]
"references": [{ "path": "../core" }]
}