avoid accidental js spamming the project
This commit is contained in:
parent
c9f3a96662
commit
44872c3d0e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
"alwaysStrict": true,
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"target": "es2015",
|
||||
"target": "es2015"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue