mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-17 03:58:57 +08:00
fix: revert back to ES2019 compile target
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
|
||||
"lib": ["esnext"],
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"target": "ES2019",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user