mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-12 08:58:20 +08:00
13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"__tests__/**/*",
|
|
"types.d.ts",
|
|
"__tests__/types.d.ts"
|
|
]
|
|
}
|