forked from github/plane
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2015", "DOM"],
|
|
"module": "ESNext",
|
|
"target": "es6"
|
|
}
|
|
}
|