Files
v10/packages/react-native/react-native-icons/tsconfig.json
T

13 lines
217 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": ["src"]
}