♻️ refactor(core): Restructure project for better module separation
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# `@workspace/typescript-config`
|
||||
|
||||
Shared typescript configuration for the workspace.
|
||||
@@ -15,5 +15,6 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "ES2022"
|
||||
}
|
||||
},
|
||||
"display": "Default"
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"moduleResolution": "Bundler",
|
||||
"allowJs": true,
|
||||
"jsx": "preserve",
|
||||
"noEmit": true,
|
||||
"noImplicitAny": false
|
||||
"noEmit": true
|
||||
},
|
||||
"display": "Next.js",
|
||||
"extends": "./base.json"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user