mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 10:17:54 +08:00
fix: downgrade tsconfig target to ES2019
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"compilerOptions": {
|
||||
// Recommended settings for Node 14
|
||||
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
|
||||
"lib": ["ES2020"],
|
||||
"lib": ["esnext"],
|
||||
"module": "commonjs",
|
||||
"target": "ES2020",
|
||||
"target": "ES2019",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user