diff options
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 a2271d0..f4fcfd0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ }, "include": [ "source/library/**/*.ts", - "source/library/**/*.svelte" + "source/library/**/*.svelte", + "source/standalone/**/*.ts" ] } |