mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 12:55:21 +08:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"settings": {
|
|
"import/extensions": [".js", ".ts", ".tsx"],
|
|
"import/parsers": {
|
|
"@typescript-eslint/parser": [".ts", ".tsx"]
|
|
},
|
|
"import/resolver": {
|
|
"node": {
|
|
"extensions": [".js", ".ts", ".tsx"]
|
|
}
|
|
}
|
|
}
|
|
}
|