This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
rootless
/
medusa-starter
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
chore: Create tsconfig.js with experimental decorators config
Oliver Windall Juhl
3 年 前
親
0c58e5b0d2
3fbfff1620
コミット
d1d82c167b
1 ファイル変更
、
5 行追加
、
0 行削除
分割表示
差分情報を表示
5
0
tsconfig.json
+ 5
- 0
tsconfig.json
ファイルの表示
@@ -0,0 +1,5 @@
+{
+ "compilerOptions": {
+ "experimentalDecorators": true
+ },
+}