♻️ refactor(core): Restructure project for better module separation

This commit is contained in:
web@ppanel
2024-12-26 02:53:28 +07:00
parent 17ce96a423
commit 9d0cb8b869
368 changed files with 152606 additions and 47239 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@workspace/typescript-config`
Shared typescript configuration for the workspace.
+2 -1
View File
@@ -15,5 +15,6 @@
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
},
"display": "Default"
}
+2 -2
View File
@@ -6,8 +6,8 @@
"moduleResolution": "Bundler",
"allowJs": true,
"jsx": "preserve",
"noEmit": true,
"noImplicitAny": false
"noEmit": true
},
"display": "Next.js",
"extends": "./base.json"
}
+6 -6
View File
@@ -1,9 +1,9 @@
{
"name": "@repo/typescript-config",
"name": "@workspace/typescript-config",
"version": "0.0.0",
"private": true,
"files": [
"base.json",
"next.json",
"react-library.json"
]
"license": "PROPRIETARY",
"publishConfig": {
"access": "public"
}
}
@@ -3,5 +3,6 @@
"compilerOptions": {
"jsx": "react-jsx"
},
"display": "React Library",
"extends": "./base.json"
}