Content-Length: 267890 | pFad | http://github.com/kyhsa93/nestjs-rest-cqrs-example/commit/bd0727d68096abf0b9cee37064ffdea02b0c5ca2

6A fix: emable forceConsistentCasingInFileNames · kyhsa93/nestjs-rest-cqrs-example@bd0727d · GitHub
Skip to content

Commit

Permalink
fix: emable forceConsistentCasingInFileNames
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhsa93 committed Nov 13, 2022
1 parent a9ba2eb commit bd0727d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/account/domain/AccountRepository.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Account } from 'src/account/domain/account';
import { Account } from 'src/account/domain/Account';

export interface AccountRepository {
newId: () => Promise<string>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { AccountEntity } from 'src/account/infrastructure/entity/AccountEntity';

import { AccountRepository } from 'src/account/domain/AccountRepository';
import { Account, AccountProperties } from 'src/account/domain/account';
import { Account, AccountProperties } from 'src/account/domain/Account';
import { AccountFactory } from 'src/account/domain/AccountFactory';

export class AccountRepositoryImplement implements AccountRepository {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"baseUrl": "./",
"incremental": true,
"strictNullChecks": true,
"esModuleInterop": true
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}

0 comments on commit bd0727d

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/kyhsa93/nestjs-rest-cqrs-example/commit/bd0727d68096abf0b9cee37064ffdea02b0c5ca2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy