diff options
| author | EMERALD <hudson.samuels@gmail.com> | 2023-01-19 20:00:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-19 18:00:42 -0800 |
| commit | 3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb (patch) | |
| tree | 70b18b6f9ec2b2e23d2eef374e106a8870e794e8 /frontend/tsconfig.json | |
| parent | cbbd56486070eab9a08253b2778fcd64877acd68 (diff) | |
| download | decky-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.json | 2 |
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"] } |
