Home
last modified time | relevance | path

Searched refs:tsconfig (Results 1 – 25 of 26) sorted by relevance

12

/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroMultiPlatform.ts154 let tsConfigResolve = tsconfig?.paths
156 paths: tsconfig.paths ?? {},
157 baseUrl: tsconfig.baseUrl,
237 if (tsconfig?.baseUrl && isTsconfigPathsEnabled) {
243 tsconfig.baseUrl,
444 let tsconfig: null | TsConfigPaths = null;
451 tsconfig = await loadTsConfigPathsAsync(projectRoot);
459 tsconfig,
470 tsconfig,
475 tsconfig: TsConfigPaths | null;
[all …]
H A DmetroWatchTypeScriptFiles.ts14 tsconfig?: boolean; property
40 tsconfig = false,
64 (tsconfig && filePath === tsconfigPath)
H A DMetroBundlerDevServer.ts508 tsconfig: true,
/expo/docs/pages/guides/
H A Dtypescript.mdx86tsconfig.json** should extend the `expo/tsconfig.base` by default. This sets the following default…
88 You can automatically generate a **tsconfig.json** file by running the command:
90 <Terminal cmd={['$ npx expo customize tsconfig.json']} />
94 Expo CLI will automatically modify your **tsconfig.json** to the preferred default which is optimiz…
96 ```json tsconfig.json
98 "extends": "expo/tsconfig.base",
118 Then simply add the alias **@/\*** in the project's **tsconfig.json** and set it to the **src** dir…
120 ```json tsconfig.json
134 - If not using TypeScript, **jsconfig.json** can serve as an alternative to **tsconfig.json**.
200 ```json tsconfig.json
[all …]
H A Dcustomizing-metro.mdx382 …erOptions.paths` and `compilerOptions.baseUrl` fields in the project's `tsconfig.json` (or `jsconf…
/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DwithMetroMultiPlatform.test.ts57 tsconfig: null,
88 tsconfig: { baseUrl: '/src', paths: { '/*': ['*'] } },
115 tsconfig: { baseUrl: '/src', paths: { '/*': ['*'] } },
144 tsconfig: null,
/expo/guides/
H A DMigrating Universal Modules to TypeScript.md8 - [Generate a `tsconfig.json` file with `expo-module-scripts`](#generate-a--tsconfigjson--file-with…
118 ## Generate a `tsconfig.json` file with `expo-module-scripts`
120 To get the `tsconfig` that we use in all of our modules, run `expo-module prepare` or the yarn scri…
122 **`/tsconfig.json`**
127 "extends": "expo-module-scripts/tsconfig.base",
H A DExpo Module Infrastructure.md82 The `postinstall` script generates a small tsconfig.json file that extends the main configuration f…
96 This preset enables TypeScript support with `ts-jest`. It creates a custom tsconfig.json file for J…
/expo/packages/expo-module-scripts/
H A DREADME.md66tsconfig.json`](./templates/tsconfig.json) ([docs](https://www.typescriptlang.org/docs/handbook/ts…
79 …ort keywords and JSX, for example. This means we'll need two different `tsconfig.json` files and t…
91 ├── tsconfig.json ➡️ The TypeScript config for transpiling the plugin to JavaScript
102 Create a `plugin/tsconfig.json` file. Notice that this uses `tsconfig.plugin` as the base config:
106 "extends": "expo-module-scripts/tsconfig.plugin",
250 This generates common configuration files like `tsconfig.json` for the package. These auto-generate…
H A DcreateJestPreset.js28 tsconfig: _createTypeScriptConfiguration(), property
H A DCHANGELOG.md77 - Use the correct TSConfig package in dependencies to match one referred in `tsconfig.plugin.json`.…
/expo/docs/pages/router/reference/
H A Dtyped-routes.mdx28 Run `npx expo customize tsconfig.json` to configure your **tsconfig.json** to add the required `inc…
36 … Integration (CI) server. To do this, run the command `npx expo customize tsconfig.json` on the CI.
147 …gnore** to ignore the new root **expo-env.d.ts** file, and modify the **tsconfig.json** to include…
149 The `includes` field in your **tsconfig.json** gets updated to include **expo-env.d.ts** and a hidd…
H A Dsrc-directory.mdx25 …app.config.js**, **app.json**, **package.json**, **metro.config.js**, **tsconfig.json**) should re…
/expo/tools/src/commands/
H A DGenerateDocsAPIData.ts135 tsconfig: tsConfigPath,
/expo/packages/jest-expo/
H A DCHANGELOG.md21 - Automatically generate `moduleNameMapping` from `tsconfig.json` when available. ([#23442](https:/…
/expo/packages/eslint-config-universe/
H A DREADME.md98 + project: './tsconfig.json'
/expo/docs/pages/modules/
H A Dconfig-plugin-and-native-module-tutorial.mdx140 1. Create a **plugin/tsconfig.json** file:
142 ```json plugin/tsconfig.json
144 "extends": "expo-module-scripts/tsconfig.plugin",
/expo/docs/pages/bare/
H A Dusing-expo-cli.mdx34 - Support for **tsconfig.json** aliases with `paths` and `baseUrl` [built-in to Metro](/guides/type…
/expo/packages/expo-modules-autolinking/
H A DCHANGELOG.md105 - Bump `@tsconfig/node` to match other Expo Modules packages development setup. ([#19671](https://g…
/expo/packages/@expo/cli/
H A DCHANGELOG.md147 - Add `expo customize tsconfig.json` command. ([#23642](https://github.com/expo/expo/pull/23642) by…
183 - Disable tsconfig watching in non-interactive shells. ([#23276](https://github.com/expo/expo/pull/…
309 - Add support for `compilerOptions.baseUrl` from `tsconfig.json` and `jsconfig.json` files to Metro…
310 - Add support for `compilerOptions.paths` aliases from `tsconfig.json` and `jsconfig.json` files to…
388 - Fix log format when modifying `tsconfig.json`. ([#21166](https://github.com/expo/expo/pull/21166)…
/expo/docs/pages/preview/
H A Dapi-routes.mdx176 - [TypeScript](/guides/typescript) &mdash; types and [**tsconfig.json** paths](/guides/typescript#p…
/expo/
H A Dyarn.lock3833 "@tsconfig/node10@^1.0.7":
3838 "@tsconfig/node12@^1.0.7":
3843 "@tsconfig/node14@^1.0.0":
3848 "@tsconfig/node16@^1.0.2":
3853 "@tsconfig/node18@^18.2.2":
8937 tsconfig-paths "^3.14.1"
18851 "@tsconfig/node10" "^1.0.7"
18852 "@tsconfig/node12" "^1.0.7"
18853 "@tsconfig/node14" "^1.0.0"
18854 "@tsconfig/node16" "^1.0.2"
[all …]
/expo/docs/
H A Dyarn.lock3407 get-tsconfig "^4.2.0"
3446 tsconfig-paths "^3.14.1"
4168 get-tsconfig@^4.2.0:
4170 …resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.2.0.tgz#ff368dd7104dab47bf923…
8527 tsconfig-paths@^3.14.1:
8529 …resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c…
/expo/docs/pages/more/
H A Dexpo-cli.mdx472 - **tsconfig.json** -- Create a TypeScript config file and install the required dependencies.
/expo/packages/expo-updates/
H A DCHANGELOG.md123 - Fix tsconfig paths and other SDK 49 Metro features. ([#23276](https://github.com/expo/expo/pull/2…

12