mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-07 22:43:48 +08:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"references": [
|
|
{ "path": "../react-navigation" }
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "./lib/typescript",
|
|
"importsNotUsedAsValues": "error",
|
|
}
|
|
}
|