Skip to content

Commit 0b6da37

Browse files
committed
chore: set target=esnext (packages/config-typescript/react-library.json)
1 parent ea99012 commit 0b6da37

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
3-
"display": "React Library",
4-
"extends": "./base.json",
5-
"compilerOptions": {
6-
"lib": ["ES2015"],
7-
"module": "ESNext",
8-
"target": "ES6",
9-
"jsx": "react-jsx",
10-
"noEmit": true
11-
}
1+
{
2+
"$schema": "https://json.schemastore.org/tsconfig",
3+
"display": "React Library",
4+
"extends": "./base.json",
5+
"compilerOptions": {
6+
"lib": [
7+
"ES2015"
8+
],
9+
"module": "ESNext",
10+
"target": "esnext",
11+
"jsx": "react-jsx",
12+
"noEmit": true
13+
}
1214
}

0 commit comments

Comments
 (0)