Skip to content

Commit 3f522dc

Browse files
committed
Update typescript file
1 parent a17a434 commit 3f522dc

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed
File renamed without changes.

tsconfig.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"compilerOptions": {
3-
"target": "es5",
4-
"lib": ["dom", "dom.iterable", "esnext"],
5-
"allowJs": true,
6-
"skipLibCheck": true,
7-
"esModuleInterop": true,
8-
"allowSyntheticDefaultImports": true,
9-
"strict": true,
10-
"forceConsistentCasingInFileNames": true,
11-
"module": "esnext",
12-
"moduleResolution": "node",
13-
"resolveJsonModule": true,
14-
"isolatedModules": true,
15-
"noEmit": true,
16-
"noImplicitAny": false,
17-
"jsx": "react",
18-
"experimentalDecorators": true,
19-
"emitDecoratorMetadata": true
20-
},
21-
"include": ["src"],
22-
"exclude": [
23-
"node_modules/@storybook",
24-
"node_modules",
25-
"node_modules/*",
26-
"babel.config.js"
27-
]
2+
"compilerOptions": {
3+
"target": "es5",
4+
"lib": ["dom", "dom.iterable", "esnext"],
5+
"allowJs": true,
6+
"skipLibCheck": true,
7+
"esModuleInterop": true,
8+
"allowSyntheticDefaultImports": true,
9+
"strict": true,
10+
"forceConsistentCasingInFileNames": true,
11+
"module": "esnext",
12+
"moduleResolution": "node",
13+
"resolveJsonModule": true,
14+
"isolatedModules": true,
15+
"noEmit": true,
16+
"noImplicitAny": false,
17+
"jsx": "preserve",
18+
"experimentalDecorators": true,
19+
"emitDecoratorMetadata": true
20+
},
21+
"include": ["src"],
22+
"exclude": [
23+
"node_modules/@storybook",
24+
"node_modules",
25+
"node_modules/*",
26+
"babel.config.js"
27+
]
2828
}

0 commit comments

Comments
 (0)