12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM"],
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|