Project: Mall App Client: Maiora
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.
 
 
 
 

15 rivejä
210 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "./out-tsc/app",
  5. "types": []
  6. },
  7. "include": [
  8. "src/**/*.ts"
  9. ],
  10. "exclude": [
  11. "src/test.ts",
  12. "src/**/*.spec.ts"
  13. ]
  14. }