aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3095a6367..031df721f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,4 +1,7 @@
1{ 1{
2 "compilerOptions": {
3 "experimentalDecorators": true
4 },
2 "files": [ 5 "files": [
3 "packages/**/*.{ts,tsx}" 6 "packages/**/*.{ts,tsx}"
4 ], 7 ],