react-library.json12 lines · main
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "extends": "./base.json",
4 "compilerOptions": {
5 "target": "ES2022",
6 "lib": ["DOM", "DOM.Iterable", "ES2023"],
7 "jsx": "react-jsx",
8 "module": "ESNext",
9 "moduleResolution": "Bundler",
10 "types": []
11 }
12}