Angular web app for entering Techblox commands
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

24 行
489B

  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "baseUrl": "./",
  5. "outDir": "./dist/out-tsc",
  6. "sourceMap": true,
  7. "declaration": false,
  8. "downlevelIteration": true,
  9. "experimentalDecorators": true,
  10. "module": "esnext",
  11. "moduleResolution": "node",
  12. "importHelpers": true,
  13. "target": "es2015",
  14. "lib": [
  15. "es2018",
  16. "dom"
  17. ]
  18. },
  19. "angularCompilerOptions": {
  20. "fullTemplateTypeCheck": true,
  21. "strictInjectionParameters": true
  22. }
  23. }