A keybinding tool for defending quickly in NationStates.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 regels
226 B

  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "ES6",
  5. "sourceMap": false,
  6. "outDir": "build/scripts"
  7. },
  8. "include": [
  9. "src/*"
  10. ],
  11. "exclude": [
  12. "node_modules",
  13. "src/ts/notyf.min"
  14. ]
  15. }