summaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorEMERALD <hudson.samuels@gmail.com>2023-01-19 20:00:42 -0600
committerGitHub <noreply@github.com>2023-01-19 18:00:42 -0800
commit3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb (patch)
tree70b18b6f9ec2b2e23d2eef374e106a8870e794e8 /frontend/tsconfig.json
parentcbbd56486070eab9a08253b2778fcd64877acd68 (diff)
downloaddecky-loader-3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb.tar.gz
decky-loader-3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb.zip
Store and plugin installation visual improvements (#343)v2.5.0-pre1
* Redesign store, add comments for filtering * Improve installation/uninstallation modals * Fix store comment to be easier to fix * Add source code info to about page
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 1e7159ee..6231d955 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -18,6 +18,6 @@
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
- "include": ["src"],
+ "include": ["src", "index.d.ts"],
"exclude": ["node_modules"]
}