This website works better with JavaScript
Home
Explore
Help
Sign In
rootless
/
medusa-starter
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore: Create tsconfig.js with experimental decorators config
Oliver Windall Juhl
3 years ago
parent
0c58e5b0d2
3fbfff1620
commit
d1d82c167b
1 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
5
0
tsconfig.json
+ 5
- 0
tsconfig.json
View File
@@ -0,0 +1,5 @@
+{
+ "compilerOptions": {
+ "experimentalDecorators": true
+ },
+}