Skip to content

Commit 15c1dfc

Browse files
committed
Fixing packaging format
1 parent 13a9077 commit 15c1dfc

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

tsconfig.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"compilerOptions": {
3-
"module": "ESNext",
4-
"target": "ES6",
5-
"jsx": "react",
6-
"moduleResolution": "Node",
7-
"esModuleInterop": true,
8-
"outDir": "./dist",
3+
"target": "es5",
4+
"module": "esnext",
5+
"moduleResolution": "node",
96
"declaration": true,
10-
"sourceMap": false
7+
"outDir": "./dist",
8+
"jsx": "react",
9+
"strict": true,
10+
"esModuleInterop": true
1111
},
12-
"include": [
13-
"src"
14-
],
15-
"exclude": [
16-
"node_modules", "**/__test__/*", "**/__tests__/*"
17-
]
12+
"include": ["src"],
13+
"exclude": ["node_modules", "**/__test__/*", "**/__tests__/*"]
1814
}

0 commit comments

Comments
 (0)