Skip to content

Commit

Permalink
chore: restore tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 14, 2022
1 parent 8c1551f commit 7d5b7b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 15 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"strict": true,
"module": "es6",
"moduleResolution": "node",
"strictPropertyInitialization": false,
"removeComments": true,
"noUnusedLocals": true,
"target": "ES5",
"sourceMap": true,
"esModuleInterop": true,
"lib": ["DOM", "ES2015"]
},
"include": ["src/**/*"]
}
14 changes: 0 additions & 14 deletions tslint.json

This file was deleted.

0 comments on commit 7d5b7b4

Please sign in to comment.