XuqmGroup-RNSDK/tsconfig.json
2026-04-21 22:07:29 +08:00

16 行
322 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"jsx": "react-native",
"lib": ["ES2020"],
"declaration": true,
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}