Skip to content

Commit 189f4e0

Browse files
committed
fix(typescript): use json format for tsconfig
1 parent f6cab7e commit 189f4e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/tsconfig.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
extend: '{{ $source }}',
3-
compilerOptions: {
4-
baseUrl: '{{ $source }}'
2+
"extend": "{{ $source }}/tsconfig.json",
3+
"compilerOptions": {
4+
"baseUrl": "{{ $source }}"
55
}
66
}

0 commit comments

Comments
 (0)