17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"#/*": ["./src/*"],
|
|
"lib/*": ["./src/lib/*"],
|
|
"platform/*": ["./src/platform/*"],
|
|
"state/*": ["./src/state/*"],
|
|
"view/*": ["./src/view/*"],
|
|
"crypto": ["./src/platform/crypto.ts"]
|
|
}
|
|
}
|
|
}
|