mirror of
https://github.com/nvms/esr.git
synced 2025-12-15 14:30:53 +00:00
ok
This commit is contained in:
parent
c3e6beb08c
commit
d8dd1ae0b0
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user