Skip to content

Commit

Permalink
Re-added tsconfig.json for consistent intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 2, 2020
1 parent a37feba commit af5c331
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"strict": true,
"target": "es2015",
"noEmit": true,
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"allowJs": true,
"checkJs": true,
"lib": [
"dom",
"es2015"
]
},
"include": ["src/**/*"]
}

0 comments on commit af5c331

Please sign in to comment.