Baphomet is the dedicated bot for nulloctet matrix
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.

13 lines
258 B

  1. {
  2. "compilerOptions": {
  3. "outDir": "./dist",
  4. "allowJs": false,
  5. "target": "ES2015",
  6. "module": "CommonJS",
  7. "typeRoots": [
  8. "node_modules/@types"
  9. ]
  10. },
  11. "include": [
  12. "./src/**/*"
  13. ]
  14. }