diff --git a/_regroup/entitlements.plist b/_regroup/entitlements.plist deleted file mode 100644 index 040a4c1cb..000000000 --- a/_regroup/entitlements.plist +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.cs.allow-jit - - com.apple.security.files.user-selected.read-write - - - \ No newline at end of file diff --git a/_regroup/tsconfig.webpack.json b/_regroup/tsconfig.webpack.json deleted file mode 100644 index ed622818b..000000000 --- a/_regroup/tsconfig.webpack.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "compilerOptions": { - "module": "NodeNext", - "declaration": false, - "sourceMap": true, - "outDir": "./build", - "strict": true, - "noImplicitAny": true, - "resolveJsonModule": true, - "lib": ["ES2023"], - "downlevelIteration": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowJs": true - }, - "include": ["./src/public/app/**/*"], - "files": [ - "./src/public/app/types.d.ts", - "./src/public/app/types-lib.d.ts", - "./src/types.d.ts" - ] -}