mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7b21c46489
Refactor. Co-authored-by: Jordan Brown <jmbrown@meta.com> --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32999). * #33002 * #33001 * #33000 * __->__ #32999 Co-authored-by: Jordan Brown <jmbrown@meta.com>
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"rootDir": "../",
|
|
"noEmit": true,
|
|
"jsx": "react-jsxdev",
|
|
"lib": ["ES2022"],
|
|
|
|
"target": "ES2022",
|
|
"importsNotUsedAsValues": "remove",
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["server/src/**/*.ts", "client/src/**/*.ts"],
|
|
}
|