mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-10 07:09:48 +08:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["apps.tsx", "src/*"]
|
|
}
|