tsconfig.json 623 B

123456789101112131415161718192021
  1. {
  2. "compilerOptions": {
  3. "sourceMap": true,
  4. "declaration": true,
  5. "outDir": "public_gen/app",
  6. "target": "ES5",
  7. "rootDir": "public/app",
  8. "module": "amd",
  9. "noEmitOnError": true
  10. },
  11. "files": [
  12. "public/app/components/panelmeta.ts",
  13. "public/app/controllers/fileSearcher.ts",
  14. "public/app/controllers/testCtrl.ts",
  15. "public/app/core/core.ts",
  16. "public/app/core/directives/cool_dir.ts",
  17. "public/app/core/routes/module_loader.ts",
  18. "public/app/core/time_series.ts",
  19. "public/app/headers/require.d.ts"
  20. ]
  21. }