We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cab7e commit 189f4e0Copy full SHA for 189f4e0
views/tsconfig.blade.php
@@ -1,6 +1,6 @@
1
{
2
- extend: '{{ $source }}',
3
- compilerOptions: {
4
- baseUrl: '{{ $source }}'
+ "extend": "{{ $source }}/tsconfig.json",
+ "compilerOptions": {
+ "baseUrl": "{{ $source }}"
5
}
6
0 commit comments