Skip to content

Commit 1201e1c

Browse files
committed
Add tsconfig.json
1 parent 63c2ed2 commit 1201e1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tsconfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"compilerOptions": {
3+
"target": "esnext",
4+
"module": "commonjs",
5+
"lib": ["dom", "es2017"],
6+
"jsx": "react",
7+
"esModuleInterop": true,
8+
"experimentalDecorators": true,
9+
"emitDecoratorMetadata": true,
10+
"skipLibCheck": true,
11+
"declaration": true
12+
}
13+
}

0 commit comments

Comments
 (0)