feat: update TypeScript version and refine tsconfig settings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"rootDir": "./",
|
||||
"rootDir": ".",
|
||||
"outDir": "./dist",
|
||||
"moduleResolution": "nodenext",
|
||||
"esModuleInterop": true,
|
||||
@@ -16,11 +16,11 @@
|
||||
"moduleDetection": "force",
|
||||
"isolatedModules": true,
|
||||
"removeComments": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"lib/*"
|
||||
"./lib/*"
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
@@ -33,10 +33,11 @@
|
||||
}
|
||||
],
|
||||
"typeRoots": [
|
||||
"lib/types"
|
||||
"lib/shared/types"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"lib/**/*",
|
||||
"sandbox/**/*",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user