diff --git a/package.json b/package.json index 97180e9..f140b8f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "license": "MIT", "scripts": { "start": "nodemon index.ts", - "cm": "git-cz" + "cm": "git-cz", + "build": "tsc --project ./" }, "devDependencies": { "@commitlint/cli": "^9.1.2", diff --git a/tsconfig.json b/tsconfig.json index a1bb1fd..809bdd0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "es6", "module": "commonjs", - "rootDir": "./", "declaration": true, "strict": true, "noImplicitAny": true,