diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6bed1c6..a2271d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,8 @@ "target": "ES2022", "verbatimModuleSyntax": true }, - "include": ["source/library/**/*.ts", "source/library/**/*.svelte"] + "include": [ + "source/library/**/*.ts", + "source/library/**/*.svelte" + ] } |