diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..0c09fba --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +__generated__/ +README.md diff --git a/example/with-nestjs/tsconfig.json b/example/with-nestjs/tsconfig.json index 06ab9a6..eb47a8a 100644 --- a/example/with-nestjs/tsconfig.json +++ b/example/with-nestjs/tsconfig.json @@ -10,7 +10,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "skipLibCheck": true, - "strict": true, + "strict": true }, - "include": ["src/**/*.ts"], + "include": ["src/**/*.ts"] }