feat: enhance UI components and update build configuration
This commit is contained in:
@@ -4,15 +4,19 @@
|
||||
// Environment setup & latest features
|
||||
"lib": ["esnext"],
|
||||
"target": "es2024",
|
||||
"module": "NodeNext",
|
||||
"module": "ESNext",
|
||||
"moduleDetection": "auto",
|
||||
"allowJs": false,
|
||||
|
||||
// Bundler mode
|
||||
"outDir": "./dist/",
|
||||
"moduleResolution": "NodeNext",
|
||||
// "verbatimModuleSyntax": true,
|
||||
"rootDir": "./src",
|
||||
"moduleResolution": "bundler",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
// Best practices
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user