react-library.json11 lines · main
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/tsconfig", |
| 3 | "display": "React Library", |
| 4 | "extends": "./base.json", |
| 5 | "compilerOptions": { |
| 6 | "jsx": "react-jsx", |
| 7 | "module": "preserve", |
| 8 | "moduleResolution": "bundler", |
| 9 | "target": "es2021" |
| 10 | } |
| 11 | } |