mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:37:37 +00:00
fix: compilerOptions target ES6
This commit is contained in:
parent
3d04d527f3
commit
959059cfc7
@ -2,6 +2,6 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib",
|
||||
"target": "ES5"
|
||||
"target": "ES6"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user