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