Files
2026-06-30 13:57:25 +08:00

28 lines
513 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsxImportSource": "nativewind",
"strict": true,
"paths": {
"@/*": [
"./src/*"
],
"@/assets/*": [
"./assets/*"
],
"@infiplot/core": [
"../packages/core/src/index.ts"
],
"@infiplot/types": [
"../packages/types/src/index.ts"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}