This commit is contained in:
nvms 2024-10-15 10:44:31 -04:00
parent c3e6beb08c
commit d8dd1ae0b0

View File

@ -120,7 +120,8 @@ func InitProject() {
"compilerOptions": {
"module": "ES2022",
"target": "ESNext",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"moduleResolution": "node"
}
}`), 0644); err != nil {
Die("failed to write tsconfig.json: %v", err)