diff --git a/package.json b/package.json index 8021bb0..48f7ad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kysely-codegen", - "version": "0.5.1", + "version": "0.5.2", "author": "Robin Blomberg", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index a75efa3..453a46a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "module": "commonjs", "moduleResolution": "node", + "newLine": "lf", "noEmit": false, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true,