mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix(internal): formatting of tsconfig.json (#46529)
Summary: This PR is a small fix for the indentation of `tsconfig.json` ## Changelog: [INTERNAL] [FIXED] - fix for the indentation of `tsconfig.json` Pull Request resolved: https://github.com/facebook/react-native/pull/46529 Test Plan: N/A Reviewed By: cortinico Differential Revision: D62845892 Pulled By: cipolleschi fbshipit-source-id: 52a0309027350cd9bba8c2c158887b23ea093876
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eacab6d420
commit
e82743cf66
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"types": [],
|
||||
"jsx": "react",
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"paths": {"react-native": ["."]}
|
||||
}
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"types": [],
|
||||
"jsx": "react",
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"paths": {"react-native": ["."]}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user