Skip to content

Commit f3f7e5a

Browse files
committed
Create tsconfig.json
1 parent fd4471e commit f3f7e5a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tsconfig.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "commonjs",
5+
"jsx": "react-jsx",
6+
"declaration": true,
7+
"declarationMap": true,
8+
"sourceMap": true,
9+
"outDir": "./dist",
10+
"strict": true,
11+
"esModuleInterop": true,
12+
"skipLibCheck": true,
13+
"forceConsistentCasingInFileNames": true
14+
},
15+
"include": ["./src/**/*"]
16+
}

0 commit comments

Comments
 (0)