chore(types): 🔧 Update TypeScript path mappings and compiler options for better type checking and project structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
925cacff80
commit
34ff7c9926
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"noEmit": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"incremental": false
|
||||
"incremental": false,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue