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

74 lines
1.5 KiB

  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "outDir": "./dist/out-tsc",
  5. "sourceMap": true,
  6. "declaration": false,
  7. "moduleResolution": "node",
  8. "module": "es2020",
  9. "esModuleInterop": true,
  10. "experimentalDecorators": true,
  11. "noImplicitAny": true,
  12. "noImplicitThis": true,
  13. "alwaysStrict": true,
  14. "allowJs": true,
  15. "importHelpers": true,
  16. "strictBindCallApply": true,
  17. "target": "ES2022",
  18. "typeRoots": [
  19. "node_modules/@types"
  20. ],
  21. "lib": [
  22. "ES2021.Intl",
  23. "es2018",
  24. "es2017",
  25. "es2016",
  26. "es2015",
  27. "dom"
  28. ],
  29. "baseUrl": "./",
  30. "paths": {
  31. "hls.js": [
  32. "node_modules/hls.js/dist/hls.light"
  33. ],
  34. "video.js": [
  35. "node_modules/video.js/core"
  36. ],
  37. "@app/*": [
  38. "src/app/*"
  39. ],
  40. "@root-helpers/*": [
  41. "src/root-helpers/*"
  42. ],
  43. "fs": [
  44. "src/shims/noop.ts"
  45. ],
  46. "crypto": [
  47. "src/shims/noop.ts"
  48. ]
  49. },
  50. "useDefineForClassFields": false
  51. },
  52. "references": [
  53. { "path": "../packages/core-utils" },
  54. { "path": "../packages/models" },
  55. { "path": "../packages/typescript-utils" }
  56. ],
  57. "files": [
  58. "src/polyfills.ts"
  59. ],
  60. "include": [
  61. "src/polyfills.ts",
  62. "src/main*.ts",
  63. "src/**/*.d.ts",
  64. "src/app/**/*.ts",
  65. "src/shims/*.ts"
  66. ],
  67. "angularCompilerOptions": {
  68. "strictInjectionParameters": true,
  69. "fullTemplateTypeCheck": true,
  70. "strictTemplates": true,
  71. "enableI18nLegacyMessageIdFormat": false
  72. }
  73. }