blob: 36b62be3894dd7c2b7a1b3beb8b9659afdf4b4be [file] [log] [blame]
Skyler Greydeea2f72023-05-31 20:14:49 +02001{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "display": "React Library",
4 "extends": "./base.json",
5 "compilerOptions": {
6 "jsx": "react-jsx",
7 "lib": ["ES2015", "DOM"],
8 "module": "ESNext",
9 "target": "es6"
10 }
11}