avoid accidental js spamming the project

This commit is contained in:
Tangent Wantwight 2020-05-09 19:25:39 -04:00
parent c9f3a96662
commit 44872c3d0e
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"alwaysStrict": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "es2015",
"target": "es2015"
}
}