Files
margelo--react-native-graph/example/tsconfig.json
T
Marc Rousavy 8466858656 index.js
2022-04-29 16:24:52 +02:00

16 lines
211 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"paths": {
"react-native-graph": ["../src/index"]
},
},
"include": [
"src",
"index.js"
],
"exclude": [
"node_modules"
]
}