diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/tsconfig.json b/example/tsconfig.json index 3b24698..8cdf351 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -8,6 +8,7 @@ "sourceMap": true, "allowSyntheticDefaultImports": true, "strict": true, + "outDir": "dist" }, "exclude": [ "node_modules", |