|
@@ -8,15 +8,15 @@
|
|
|
"noUnusedLocals": true,
|
|
"noUnusedLocals": true,
|
|
|
"noImplicitAny": true,
|
|
"noImplicitAny": true,
|
|
|
"module": "esnext",
|
|
"module": "esnext",
|
|
|
|
|
+ "moduleResolution": "bundler",
|
|
|
"alwaysStrict": true,
|
|
"alwaysStrict": true,
|
|
|
"strict": true,
|
|
"strict": true,
|
|
|
"strictNullChecks": true,
|
|
"strictNullChecks": true,
|
|
|
"strictBindCallApply": true,
|
|
"strictBindCallApply": true,
|
|
|
"strictFunctionTypes": true,
|
|
"strictFunctionTypes": true,
|
|
|
"strictPropertyInitialization": true,
|
|
"strictPropertyInitialization": true,
|
|
|
- "baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
"paths": {
|
|
|
- "@components/*": ["src/html/components/*"],
|
|
|
|
|
|
|
+ "@components/*": ["./src/html/components/*"],
|
|
|
},
|
|
},
|
|
|
/* Language and Environment */
|
|
/* Language and Environment */
|
|
|
"target": "es2022",
|
|
"target": "es2022",
|