refactor: monorepo
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
|
||||
"target": "ES2024",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["ES2024", "DOM", "DOM.Iterable"],
|
||||
@@ -10,7 +9,7 @@
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
// "allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": false,
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
@@ -22,13 +21,8 @@
|
||||
"noUnusedParameters": false,
|
||||
"erasableSyntaxOnly": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@pages/*": ["pages/*"]
|
||||
}
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src", "pages", "env.d.ts"]
|
||||
"references": [{ "path": "./packages/page-agent" }, { "path": "./packages/website" }],
|
||||
"files": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user