Files
nativewind/tsconfig.test.json
2022-04-14 12:57:06 +10:00

10 lines
138 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src/**/*",
"__tests__/**/*",
"types.d.ts",
"__tests__/types.d.ts"
]
}