@swarmion/nx-plugin
Advanced tools
Comparing version
import { CompilerOptions } from 'typescript'; | ||
export declare type TsConfig = { | ||
export type TsConfig = { | ||
extends: string; | ||
@@ -4,0 +4,0 @@ compilerOptions: CompilerOptions; |
{ | ||
"name": "@swarmion/nx-plugin", | ||
"description": "Generate and use type-safe contracts between your Serverless services.", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"contributors": [ | ||
@@ -53,3 +53,3 @@ "MaximeVivier", | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.20.2", | ||
"@babel/core": "^7.20.5", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
@@ -65,3 +65,3 @@ "@babel/preset-env": "^7.20.2", | ||
"concurrently": "^7.6.0", | ||
"dependency-cruiser": "^12.0.1", | ||
"dependency-cruiser": "^12.1.0", | ||
"eslint": "^8.28.0", | ||
@@ -73,7 +73,7 @@ "nx": "^15.2.1", | ||
"tsc-alias": "^1.7.1", | ||
"typescript": "^4.8.4", | ||
"typescript": "^4.9.3", | ||
"vite-tsconfig-paths": "^3.6.0", | ||
"vitest": "^0.25.3" | ||
}, | ||
"gitHead": "1ad7a093279caec816c6d67feddd9e679cdd62df" | ||
"gitHead": "191f3c6729e7e4e16f78b3e533f150121b117e8a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209260
-0.05%