Skip to content

Commit

Permalink
Add tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 26, 2019
1 parent 63c2ed2 commit 1201e1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"lib": ["dom", "es2017"],
"jsx": "react",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"declaration": true
}
}

0 comments on commit 1201e1c

Please sign in to comment.