ニジカ投稿局 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.
 
 
 
 
 

28 lines
497 B

  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "../out-tsc/app",
  5. "noImplicitAny": false,
  6. "esModuleInterop": true,
  7. "module": "commonjs",
  8. "target": "ES2015",
  9. "typeRoots": [
  10. "../node_modules/@types",
  11. "../node_modules"
  12. ],
  13. "types": [
  14. "node",
  15. "@wdio/globals/types",
  16. "@wdio/mocha-framework",
  17. "expect-webdriverio"
  18. ]
  19. },
  20. "ts-node": {
  21. "files": true
  22. },
  23. "include": [
  24. "src/**/*.ts",
  25. "./*.ts"
  26. ]
  27. }