mirror of
https://github.com/nvms/esr.git
synced 2025-12-15 22:40:52 +00:00
ok
This commit is contained in:
parent
c3e6beb08c
commit
d8dd1ae0b0
@ -120,7 +120,8 @@ func InitProject() {
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "ES2022",
|
"module": "ES2022",
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"allowSyntheticDefaultImports": true
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"moduleResolution": "node"
|
||||||
}
|
}
|
||||||
}`), 0644); err != nil {
|
}`), 0644); err != nil {
|
||||||
Die("failed to write tsconfig.json: %v", err)
|
Die("failed to write tsconfig.json: %v", err)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user