Skip to content

Commit 6486f2b

Browse files
committed
admin/monthlyreportdetail - initial
1 parent 22de60d commit 6486f2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"paths": {
88
"@/*": ["./src/*"]
99
},
10-
"allowJs": true
10+
"allowJs": true,
11+
"noEmit": true,
12+
"allowImportingTsExtensions": true,
1113
},
1214

1315
"references": [

0 commit comments

Comments
 (0)