ニジカ投稿局 https://tv.nizika.tv
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.

tsconfig.eslint.json 312 B

12345678910111213
  1. {
  2. "extends": "./tsconfig.json",
  3. "include": [
  4. // adjust "includes" to what makes sense for you and your project
  5. "src/**/*.ts",
  6. "e2e/**/*.ts"
  7. ],
  8. "references": [
  9. { "path": "../packages/core-utils" },
  10. { "path": "../packages/models" },
  11. { "path": "../packages/typescript-utils" }
  12. ]
  13. }