Skip to content

Commit a6f1f53

Browse files
reduce strictness in TS for demos
1 parent 0194e19 commit a6f1f53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/demos/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"compilerOptions": {
33
"target": "es2020",
4+
"strict": false,
45
"experimentalDecorators": true,
56
"esModuleInterop": true,
67
"resolveJsonModule": true,
78
"skipLibCheck": true,
9+
"allowJs": true,
810
"jsx": "react",
911
"ignoreDeprecations": "6.0",
1012
"moduleResolution": "node",

0 commit comments

Comments
 (0)