refactor(ts): import script using new Hugo Module logic (#77)

Allows user to overwrite a specific script.

Note: The required version of Hugo might bump up.
This commit is contained in:
Jimmy Cai
2020-12-21 22:34:54 +01:00
committed by GitHub
parent 33685fb878
commit 54571f036b
2 changed files with 14 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
}
}