@effect-app/compiler
Advanced tools
Comparing version 0.67.0 to 0.68.0
# @effect-app/compiler | ||
## 0.68.0 | ||
### Minor Changes | ||
- A new day | ||
## 0.67.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@effect-app/compiler", | ||
"version": "0.67.0", | ||
"version": "0.68.0", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "type": "module", | ||
"ts-node": "^10.9.2", | ||
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.20240124", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.3.1" | ||
@@ -18,0 +18,0 @@ }, |
@@ -14,3 +14,3 @@ { | ||
"noUnusedParameters": true, | ||
"importsNotUsedAsValues": "error", | ||
"isolatedModules": true, | ||
"checkJs": true, | ||
@@ -24,2 +24,3 @@ "esModuleInterop": true, | ||
], | ||
"baseUrl": "./", | ||
"target": "es2022", | ||
@@ -41,30 +42,11 @@ "inlineSourceMap": true, | ||
"ignoreDeprecations": "5.0", | ||
"tsPlusTypes": [ | ||
"./node_modules/@effect-app/core/vendor/effect-data-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-io-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-match-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-stm-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-stream-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/fp-ts-optic-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-schema-tsplus.json", | ||
"./node_modules/@effect-app/core/vendor/effect-platform-tsplus.json" | ||
], | ||
"plugins": [ | ||
{ | ||
"name": "@effect/language-service", | ||
"diagnostics": { | ||
"1002": "none" | ||
} | ||
} | ||
], | ||
"types": [ | ||
"vitest/globals" | ||
], | ||
"tsPlusConfig": "./tsplus.config.json", | ||
"rootDir": "./src", | ||
"tsBuildInfoFile": "./dist/.tsbuildinfo", | ||
"noEmit": true | ||
"tsBuildInfoFile": "./dist/.tsbuildinfo" | ||
}, | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"display": "Strictest", | ||
"_version": "2.0.0", | ||
"watchOptions": { | ||
@@ -71,0 +53,0 @@ "watchFile": "useFsEvents", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89561
20
1309