mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-22 02:11:14 +00:00
build: update frontend dependencies
This commit is contained in:
+11
-1
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true,
|
||||
"baseUrl": "src",
|
||||
"isolatedModules": true,
|
||||
"jsx": "react-jsx",
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
@@ -12,6 +11,17 @@
|
||||
"noImplicitOverride": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"paths": {
|
||||
"App": ["./src/App.tsx"],
|
||||
"api/*": ["./src/api/*"],
|
||||
"chartSetup": ["./src/chartSetup.ts"],
|
||||
"components/*": ["./src/components/*"],
|
||||
"contexts/*": ["./src/contexts/*"],
|
||||
"hooks/*": ["./src/hooks/*"],
|
||||
"models/*": ["./src/models/*"],
|
||||
"theme/*": ["./src/theme/*"],
|
||||
"utils": ["./src/utils.ts"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user