diff options
| author | JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-04-02 15:36:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 15:36:02 -0400 |
| commit | c226e87f77375ec5682834aaf9049a0076f3e9c2 (patch) | |
| tree | 78110de676f1b6ae601ac6aaeab0e8d55ee82704 /tsconfig.json | |
| parent | fc242fa45d24477c028032dc2f0777da07a44153 (diff) | |
| parent | 0e8fa29ac63933d3c4b5f9071c174cc2f26d99db (diff) | |
| download | decky-bazzite-buddy-c226e87f77375ec5682834aaf9049a0076f3e9c2.tar.gz decky-bazzite-buddy-c226e87f77375ec5682834aaf9049a0076f3e9c2.zip | |
Merge pull request #2 from victor-borges/main
Add Steam release notes support
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 626c60f..c7da3dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "noImplicitThis": true, "noImplicitAny": true, "strict": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "allowJs": true }, "include": ["src"], "exclude": ["node_modules"] |
