blob: 6d6a7fea97f1027b50176ad3276ed3b2d1d61687 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2015"],
"module": "ESNext",
"target": "ES6",
"jsx": "react-jsx"
}
}
|