mirror of
https://github.com/zoriya/vike-react-native-web-bug.git
synced 2025-12-05 22:26:20 +00:00
30 lines
567 B
JSON
30 lines
567 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"types": [
|
|
"vite/client",
|
|
"vike-react"
|
|
],
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
} |