🔧 chore: add absolute path

This commit is contained in:
Wahyu Kurniawan 2024-02-19 20:15:56 +07:00
parent 1c848c5a89
commit 6fb94aeb11
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"baseUrl": "src"
},
"include": ["src"]
}