Skip to content

Commit 80c7a7e

Browse files
committed
fixing errors
1 parent 51fdc30 commit 80c7a7e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

tsconfig.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
22
"compilerOptions": {
3-
"resolveJsonModule": true,
4-
"esModuleInterop": true,
5-
"noEmit": true,
6-
73
"target": "ES6",
84
"module": "ESNext",
95
"moduleResolution": "node",
10-
"strict": true,
6+
"resolveJsonModule": true,
7+
"esModuleInterop": true,
118
"allowSyntheticDefaultImports": true,
129
"forceConsistentCasingInFileNames": true,
1310
"skipLibCheck": true,
14-
11+
"strict": true,
12+
"noEmit": true,
1513
"jsx": "react-jsx",
1614
"lib": ["ESNext", "DOM"],
1715
"types": ["node", "react", "react-dom"]
1816
},
19-
"include": ["scripts", "packages/**/*"]
17+
"include": ["scripts", "packages/**/*", "demo/**/*"]
2018
}

0 commit comments

Comments
 (0)